#B9EDDC

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

Shades of Water Leaf #B9EDDC

Tints of Water Leaf #B9EDDC

Color information

#B9EDDC (or 0xB9EDDC) is unknown color: approx Water Leaf. HEX triplet: B9, ED and DC. RGB value is (185,237,220). Sum of RGB (Red+Green+Blue) = 185+237+220=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDDC is #461223. Grayscale: #DBDBDB. Windows color (decimal): -4592164 or 14478777. OLE color: 14478777.

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

Color convert

RGB185237220-
CMYK0.2200.070.07
HSL160.38º59.09%82.75%-
HSV(B)160.38º21.94%92.94%-
XYZ63.2176.0579.06-
YUV219.51128.27103.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.82%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=28.82%
G=36.92%
B=34.27%

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
Decimal1852372200.2200.070.07160.3859.0982.75
HexB9EDDC16077a03b53
Octal2713553342607724073123
Binary101110011110110111011100101100111111101000001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDDC; }

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

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

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

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

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

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

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

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