#B9EDDD

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

Shades of Water Leaf #B9EDDD

Tints of Water Leaf #B9EDDD

Color information

#B9EDDD (or 0xB9EDDD) is unknown color: approx Water Leaf. HEX triplet: B9, ED and DD. RGB value is (185,237,221). Sum of RGB (Red+Green+Blue) = 185+237+221=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDDD is #461222. Grayscale: #DBDBDB. Windows color (decimal): -4592163 or 14544313. OLE color: 14544313.

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

Color convert

RGB185237221-
CMYK0.2200.070.07
HSL161.54º59.09%82.75%-
HSV(B)161.54º21.94%92.94%-
XYZ63.3476.179.76-
YUV219.63128.77103.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=28.77%
G=36.86%
B=34.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1852372210.2200.070.07161.5459.0982.75
HexB9EDDD16077a23b53
Octal2713553352607724273123
Binary101110011110110111011101101100111111101000101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDDD; }

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

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

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

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

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

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

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

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