#B9EEDC

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

Shades of Water Leaf #B9EEDC

Tints of Water Leaf #B9EEDC

Color information

#B9EEDC (or 0xB9EEDC) is unknown color: approx Water Leaf. HEX triplet: B9, EE and DC. RGB value is (185,238,220). Sum of RGB (Red+Green+Blue) = 185+238+220=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #B9EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EEDC is #461123. Grayscale: #DCDCDC. Windows color (decimal): -4591908 or 14479033. OLE color: 14479033.

HSL color Cylindrical-coordinate representation of color #B9EEDC: hue angle of 159.62º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9EEDC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB185238220-
CMYK0.2200.080.07
HSL159.62º60.92%82.94%-
HSV(B)159.62º22.27%93.33%-
XYZ63.576.6379.15-
YUV220.1127.94102.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=28.77%
G=37.01%
B=34.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852382200.2200.080.07159.6260.9282.94
HexB9EEDC16087a03d53
Octal27135633426010724075123
Binary1011100111101110110111001011001000111101000001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EEDC; }

 p { color: rgb(185,238,220); }

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

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

 a { background-color: rgb(185,238,220); }

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

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

 span { border-color: rgb(185,238,220); }

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