#B9E8E0

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

Shades of Water Leaf #B9E8E0

Tints of Water Leaf #B9E8E0

Color information

#B9E8E0 (or 0xB9E8E0) is unknown color: approx Water Leaf. HEX triplet: B9, E8 and E0. RGB value is (185,232,224). Sum of RGB (Red+Green+Blue) = 185+232+224=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8E0 is #46171F. Grayscale: #D9D9D9. Windows color (decimal): -4593440 or 14739641. OLE color: 14739641.

HSL color Cylindrical-coordinate representation of color #B9E8E0: hue angle of 169.79º 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 #B9E8E0 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB185232224-
CMYK0.2000.030.09
HSL169.79º50.54%81.76%-
HSV(B)169.79º20.26%90.98%-
XYZ62.3273.4181.41-
YUV217.04131.93105.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=28.86%
G=36.19%
B=34.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322240.2000.030.09169.7950.5481.76
HexB9E8E014039aa3352
Octal27135034024031125263122
Binary101110011110100011100000101000111001101010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8E0; }

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

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

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

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

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

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

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

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