#B9ECDE

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

Shades of Water Leaf #B9ECDE

Tints of Water Leaf #B9ECDE

Color information

#B9ECDE (or 0xB9ECDE) is unknown color: approx Water Leaf. HEX triplet: B9, EC and DE. RGB value is (185,236,222). Sum of RGB (Red+Green+Blue) = 185+236+222=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECDE is #461321. Grayscale: #DBDBDB. Windows color (decimal): -4592418 or 14609593. OLE color: 14609593.

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

Color convert

RGB185236222-
CMYK0.2200.060.07
HSL163.53º57.3%82.55%-
HSV(B)163.53º21.61%92.55%-
XYZ63.1975.5880.37-
YUV219.15129.6103.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 236 (92.58% from 255) = 36.70%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=28.77%
G=36.70%
B=34.53%

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
Decimal1852362220.2200.060.07163.5357.382.55
HexB9ECDE16067a43953
Octal2713543362606724471123
Binary101110011110110011011110101100110111101001001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECDE; }

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

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

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

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

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

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

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

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