#B9EDDB

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

Shades of Water Leaf #B9EDDB

Tints of Water Leaf #B9EDDB

Color information

#B9EDDB (or 0xB9EDDB) is unknown color: approx Water Leaf. HEX triplet: B9, ED and DB. RGB value is (185,237,219). Sum of RGB (Red+Green+Blue) = 185+237+219=641 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.86% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDDB is #461224. Grayscale: #DBDBDB. Windows color (decimal): -4592165 or 14413241. OLE color: 14413241.

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

Color convert

RGB185237219-
CMYK0.2200.080.07
HSL159.23º59.09%82.75%-
HSV(B)159.23º21.94%92.94%-
XYZ63.087678.36-
YUV219.4127.77103.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.86%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=28.86%
G=36.97%
B=34.17%

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
Decimal1852372190.2200.080.07159.2359.0982.75
HexB9EDDB160879f3b53
Octal27135533326010723773123
Binary1011100111101101110110111011001000111100111111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EDDB; }

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

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

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

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

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

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

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

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