Shades of Water Leaf #B8EDDB
Tints of Water Leaf #B8EDDB
RGB
CMYK
RGB Variations
Color information
#B8EDDB (or 0xB8EDDB) is known color: Water Leaf. HEX triplet: B8, ED and DB. RGB value is (184,237,219). Sum of RGB (Red+Green+Blue) = 184+237+219=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDDB is #471224. Grayscale: #DBDBDB. Windows color (decimal): -4657701 or 14413240. OLE color: 14413240.
HSL color Cylindrical-coordinate representation of color #B8EDDB: hue angle of 159.62º degrees, saturation: 0.6, 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 #B8EDDB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 184 | 237 | 219 | - |
CMYK | 0.22 | 0 | 0.08 | 0.07 |
HSL | 159.62º | 0.6% | 0.83% | - |
HSV(B) | 159.62º | 0.22% | 0.93% | - |
XYZ | 62.84 | 75.87 | 78.35 | - |
YUV | 219.1 | 127.94 | 102.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 237 | 219 | 0.22 | 0 | 0.08 | 0.07 | 159.62 | 0.6 | 0.83 |
Hex | B8 | ED | DB | 16 | 0 | 8 | 7 | A0 | 3C | 53 |
Octal | 270 | 355 | 333 | 26 | 0 | 10 | 7 | 240 | 74 | 123 |
Binary | 10111000 | 11101101 | 11011011 | 10110 | 0 | 1000 | 111 | 10100000 | 111100 | 1010011 |
Color Harmonies of #B8EDDB
Complementary color
Monochromatic Colors of #B8EDDB
Black with #B8EDDB
Text Example
Text Example
White with #B8EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDDB; }
p { color: rgb(184,237,219); }
H1.HeaderClassName
{
color: #B8EDDB;
}
.AnyTagClassName
{
color: #B8EDDB;
}
</style>
background-color css
<style>
a { background-color: #B8EDDB; }
a { background-color: rgb(184,237,219); }
div.DivClassName
{
background-color: #B8EDDB;
}
.BgClassName
{
background-color: #B8EDDB;
}
</style>
border-color css
<style>
span { border-color: #B8EDDB; }
span { border-color: rgb(184,237,219); }
td.TdClassName
{
border-color: #B8EDDB;
}
.TagClassName
{
border-color: #B8EDDB;
}
</style>