#B9ECDD

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

Shades of Water Leaf #B9ECDD

Tints of Water Leaf #B9ECDD

Color information

#B9ECDD (or 0xB9ECDD) is unknown color: approx Water Leaf. HEX triplet: B9, EC and DD. RGB value is (185,236,221). Sum of RGB (Red+Green+Blue) = 185+236+221=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECDD is #461322. Grayscale: #DBDBDB. Windows color (decimal): -4592419 or 14544057. OLE color: 14544057.

HSL color Cylindrical-coordinate representation of color #B9ECDD: hue angle of 162.35º degrees, saturation: 0.57, 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 #B9ECDD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB185236221-
CMYK0.2200.060.07
HSL162.35º57.3%82.55%-
HSV(B)162.35º21.61%92.55%-
XYZ63.0575.5379.66-
YUV219.04129.1103.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.82%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=28.82%
G=36.76%
B=34.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852362210.2200.060.07162.3557.382.55
HexB9ECDD16067a23953
Octal2713543352606724271123
Binary101110011110110011011101101100110111101000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECDD; }

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

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

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

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

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

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

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

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