#B9FEE4

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

Shades of Water Leaf #B9FEE4

Tints of Water Leaf #B9FEE4

Color information

#B9FEE4 (or 0xB9FEE4) is unknown color: approx Water Leaf. HEX triplet: B9, FE and E4. RGB value is (185,254,228). Sum of RGB (Red+Green+Blue) = 185+254+228=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEE4 is #46011B. Grayscale: #E6E6E6. Windows color (decimal): -4587804 or 15007417. OLE color: 15007417.

HSL color Cylindrical-coordinate representation of color #B9FEE4: hue angle of 157.39º 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 #B9FEE4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB185254228-
CMYK0.2700.100.00
HSL157.39º97.18%86.08%-
HSV(B)157.39º27.17%99.61%-
XYZ69.4586.886.49-
YUV230.4126.6495.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.74%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=27.74%
G=38.08%
B=34.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852542280.2700.100.00157.3997.1886.08
HexB9FEE41B0A09d6156
Octal271376344330120235141126
Binary101110011111111011100100110110101001001110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FEE4; }

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

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

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

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

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

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

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

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