#B9ECD9

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

Shades of Water Leaf #B9ECD9

Tints of Water Leaf #B9ECD9

Color information

#B9ECD9 (or 0xB9ECD9) is unknown color: approx Water Leaf. HEX triplet: B9, EC and D9. RGB value is (185,236,217). Sum of RGB (Red+Green+Blue) = 185+236+217=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECD9 is #461326. Grayscale: #DADADA. Windows color (decimal): -4592423 or 14281913. OLE color: 14281913.

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

Color convert

RGB185236217-
CMYK0.2200.080.07
HSL157.65º57.3%82.55%-
HSV(B)157.65º21.61%92.55%-
XYZ62.5375.3176.89-
YUV218.58127.1104.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.00%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=29.00%
G=36.99%
B=34.01%

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
Decimal1852362170.2200.080.07157.6557.382.55
HexB9ECD9160879e3953
Octal27135433126010723671123
Binary1011100111101100110110011011001000111100111101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ECD9; }

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

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

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

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

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

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

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

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