#B9FEE9

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

Shades of Water Leaf #B9FEE9

Tints of Water Leaf #B9FEE9

Color information

#B9FEE9 (or 0xB9FEE9) is unknown color: approx Water Leaf. HEX triplet: B9, FE and E9. RGB value is (185,254,233). Sum of RGB (Red+Green+Blue) = 185+254+233=672 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.53% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEE9 is #460116. Grayscale: #E6E6E6. Windows color (decimal): -4587799 or 15335097. OLE color: 15335097.

HSL color Cylindrical-coordinate representation of color #B9FEE9: hue angle of 161.74º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEE9 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB185254233-
CMYK0.2700.080.00
HSL161.74º97.18%86.08%-
HSV(B)161.74º27.17%99.61%-
XYZ70.1687.0890.2-
YUV230.98129.1495.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.53%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=27.53%
G=37.80%
B=34.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542330.2700.080.00161.7497.1886.08
HexB9FEE91B080a26156
Octal271376351330100242141126
Binary101110011111111011101001110110100001010001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEE9; }

 p { color: rgb(185,254,233); }

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

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

 a { background-color: rgb(185,254,233); }

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

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

 span { border-color: rgb(185,254,233); }

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