#B8FCC0

Color #B8FCC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B8FCC0

Tints of Fringy Flower #B8FCC0

Color information

#B8FCC0 (or 0xB8FCC0) is unknown color: approx Fringy Flower. HEX triplet: B8, FC and C0. RGB value is (184,252,192). Sum of RGB (Red+Green+Blue) = 184+252+192=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCC0 is #47033F. Grayscale: #E0E0E0. Windows color (decimal): -4653888 or 12647608. OLE color: 12647608.

HSL color Cylindrical-coordinate representation of color #B8FCC0: hue angle of 127.06º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FCC0 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB184252192-
CMYK0.2700.240.01
HSL127.06º91.89%85.49%-
HSV(B)127.06º26.98%98.82%-
XYZ64.0983.6262.63-
YUV224.83109.4798.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 29.30%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=29.30%
G=40.13%
B=30.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842521920.2700.240.01127.0691.8985.49
HexB8FCC01B01817f5c55
Octal270374300330301177134125
Binary101110001111110011000000110110110001111111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCC0; }

 p { color: rgb(184,252,192); }

 H1.HeaderClassName
 {
   color: #B8FCC0;
 }
 .AnyTagClassName
 {
   color: #B8FCC0;
 }
</style>
background-color css

<style>
 a { background-color: #B8FCC0; }

 a { background-color: rgb(184,252,192); }

 div.DivClassName
 {
   background-color: #B8FCC0;
 }
 .BgClassName
 {
   background-color: #B8FCC0;
 }
</style>
border-color css

<style>
 span { border-color: #B8FCC0; }

 span { border-color: rgb(184,252,192); }

 td.TdClassName
 {
   border-color: #B8FCC0;
 }
 .TagClassName
 {
   border-color: #B8FCC0;
 }
</style>