#B9E8D9

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

Shades of Water Leaf #B9E8D9

Tints of Water Leaf #B9E8D9

Color information

#B9E8D9 (or 0xB9E8D9) is unknown color: approx Water Leaf. HEX triplet: B9, E8 and D9. RGB value is (185,232,217). Sum of RGB (Red+Green+Blue) = 185+232+217=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E8D9 is #461726. Grayscale: #D8D8D8. Windows color (decimal): -4593447 or 14280889. OLE color: 14280889.

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

Color convert

RGB185232217-
CMYK0.2000.060.09
HSL160.85º50.54%81.76%-
HSV(B)160.85º20.26%90.98%-
XYZ61.3973.0476.51-
YUV216.24128.43105.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 232 (91.02% from 255) = 36.59%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=29.18%
G=36.59%
B=34.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852322170.2000.060.09160.8550.5481.76
HexB9E8D914069a13352
Octal27135033124061124163122
Binary1011100111101000110110011010001101001101000011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E8D9; }

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

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

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

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

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

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

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

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