#B9E8E4

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

Shades of Water Leaf #B9E8E4

Tints of Water Leaf #B9E8E4

Color information

#B9E8E4 (or 0xB9E8E4) is unknown color: approx Water Leaf. HEX triplet: B9, E8 and E4. RGB value is (185,232,228). Sum of RGB (Red+Green+Blue) = 185+232+228=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8E4 is #46171B. Grayscale: #D9D9D9. Windows color (decimal): -4593436 or 15001785. OLE color: 15001785.

HSL color Cylindrical-coordinate representation of color #B9E8E4: hue angle of 174.89º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E8E4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB185232228-
CMYK0.2000.020.09
HSL174.89º50.54%81.76%-
HSV(B)174.89º20.26%90.98%-
XYZ62.8773.6384.3-
YUV217.49133.93104.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.68%
GREEN value IS 232 (91.02% from 255) = 35.97%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=28.68%
G=35.97%
B=35.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322280.2000.020.09174.8950.5481.76
HexB9E8E414029af3352
Octal27135034424021125763122
Binary101110011110100011100100101000101001101011111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8E4; }

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

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

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

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

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

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

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

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