Shades of Water Leaf #B8EBDB
Tints of Water Leaf #B8EBDB
RGB
CMYK
RGB Variations
Color information
#B8EBDB (or 0xB8EBDB) is known color: Water Leaf. HEX triplet: B8, EB and DB. RGB value is (184,235,219). Sum of RGB (Red+Green+Blue) = 184+235+219=638 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.84% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBDB is #471424. Grayscale: #D9D9D9. Windows color (decimal): -4658213 or 14412728. OLE color: 14412728.
HSL color Cylindrical-coordinate representation of color #B8EBDB: hue angle of 161.18º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBDB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 219 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.08 |
| HSL | 161.18º | 0.56% | 0.82% | - |
| HSV(B) | 161.18º | 0.22% | 0.92% | - |
| XYZ | 62.26 | 74.72 | 78.16 | - |
| YUV | 217.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 219 | 0.22 | 0 | 0.07 | 0.08 | 161.18 | 0.56 | 0.82 |
| Hex | B8 | EB | DB | 16 | 0 | 7 | 8 | A1 | 38 | 52 |
| Octal | 270 | 353 | 333 | 26 | 0 | 7 | 10 | 241 | 70 | 122 |
| Binary | 10111000 | 11101011 | 11011011 | 10110 | 0 | 111 | 1000 | 10100001 | 111000 | 1010010 |
Color Harmonies of #B8EBDB
Complementary color
Monochromatic Colors of #B8EBDB
Black with #B8EBDB
Text Example
Text Example
White with #B8EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBDB; }
p { color: rgb(184,235,219); }
H1.HeaderClassName
{
color: #B8EBDB;
}
.AnyTagClassName
{
color: #B8EBDB;
}
</style>
background-color css
<style>
a { background-color: #B8EBDB; }
a { background-color: rgb(184,235,219); }
div.DivClassName
{
background-color: #B8EBDB;
}
.BgClassName
{
background-color: #B8EBDB;
}
</style>
border-color css
<style>
span { border-color: #B8EBDB; }
span { border-color: rgb(184,235,219); }
td.TdClassName
{
border-color: #B8EBDB;
}
.TagClassName
{
border-color: #B8EBDB;
}
</style>