#B9E9DD

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

Shades of Water Leaf #B9E9DD

Tints of Water Leaf #B9E9DD

Color information

#B9E9DD (or 0xB9E9DD) is unknown color: approx Water Leaf. HEX triplet: B9, E9 and DD. RGB value is (185,233,221). Sum of RGB (Red+Green+Blue) = 185+233+221=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9DD is #461622. Grayscale: #D9D9D9. Windows color (decimal): -4593187 or 14543289. OLE color: 14543289.

HSL color Cylindrical-coordinate representation of color #B9E9DD: hue angle of 165º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9DD is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB185233221-
CMYK0.2100.050.09
HSL165º52.17%81.96%-
HSV(B)165º20.6%91.37%-
XYZ62.273.8179.38-
YUV217.28130.1104.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=28.95%
G=36.46%
B=34.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1852332210.2100.050.0916552.1781.96
HexB9E9DD15059a53452
Octal27135133525051124564122
Binary1011100111101001110111011010101011001101001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E9DD; }

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

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

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

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

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

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

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

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