Shades of Water Leaf #B9EBDB
Tints of Water Leaf #B9EBDB
RGB
CMYK
RGB Variations
Color information
#B9EBDB (or 0xB9EBDB) is known color: Water Leaf. HEX triplet: B9, EB and DB. RGB value is (185,235,219). Sum of RGB (Red+Green+Blue) = 185+235+219=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBDB is #461424. Grayscale: #DADADA. Windows color (decimal): -4592677 or 14412729. OLE color: 14412729.
HSL color Cylindrical-coordinate representation of color #B9EBDB: hue angle of 160.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EBDB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 185 | 235 | 219 | - |
CMYK | 0.21 | 0 | 0.07 | 0.08 |
HSL | 160.8º | 0.56% | 0.82% | - |
HSV(B) | 160.8º | 0.21% | 0.92% | - |
XYZ | 62.5 | 74.85 | 78.17 | - |
YUV | 218.23 | 128.44 | 104.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 235 | 219 | 0.21 | 0 | 0.07 | 0.08 | 160.8 | 0.56 | 0.82 |
Hex | B9 | EB | DB | 15 | 0 | 7 | 8 | A1 | 38 | 52 |
Octal | 271 | 353 | 333 | 25 | 0 | 7 | 10 | 241 | 70 | 122 |
Binary | 10111001 | 11101011 | 11011011 | 10101 | 0 | 111 | 1000 | 10100001 | 111000 | 1010010 |
Color Harmonies of #B9EBDB
Complementary color
Monochromatic Colors of #B9EBDB
Black with #B9EBDB
Text Example
Text Example
White with #B9EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EBDB; }
p { color: rgb(185,235,219); }
H1.HeaderClassName
{
color: #B9EBDB;
}
.AnyTagClassName
{
color: #B9EBDB;
}
</style>
background-color css
<style>
a { background-color: #B9EBDB; }
a { background-color: rgb(185,235,219); }
div.DivClassName
{
background-color: #B9EBDB;
}
.BgClassName
{
background-color: #B9EBDB;
}
</style>
border-color css
<style>
span { border-color: #B9EBDB; }
span { border-color: rgb(185,235,219); }
td.TdClassName
{
border-color: #B9EBDB;
}
.TagClassName
{
border-color: #B9EBDB;
}
</style>