#B9FCEA

Color #B9FCEA Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B9FCEA

Tints of Water Leaf #B9FCEA

Color information

#B9FCEA (or 0xB9FCEA) is unknown color: approx Water Leaf. HEX triplet: B9, FC and EA. RGB value is (185,252,234). Sum of RGB (Red+Green+Blue) = 185+252+234=671 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.57% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FCEA is #460315. Grayscale: #E5E5E5. Windows color (decimal): -4588310 or 15400121. OLE color: 15400121.

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

Color convert

RGB185252234-
CMYK0.2700.070.01
HSL163.88º91.78%85.69%-
HSV(B)163.88º26.59%98.82%-
XYZ69.6785.8890.75-
YUV229.91130.395.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.57%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=27.57%
G=37.56%
B=34.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852522340.2700.070.01163.8891.7885.69
HexB9FCEA1B071a45c56
Octal27137435233071244134126
Binary10111001111111001110101011011011111010010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FCEA; }

 p { color: rgb(185,252,234); }

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

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

 a { background-color: rgb(185,252,234); }

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

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

 span { border-color: rgb(185,252,234); }

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