Shades of Water Leaf #B8EBDD
Tints of Water Leaf #B8EBDD
RGB
CMYK
RGB Variations
Color information
#B8EBDD (or 0xB8EBDD) is known color: Water Leaf. HEX triplet: B8, EB and DD. RGB value is (184,235,221). Sum of RGB (Red+Green+Blue) = 184+235+221=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBDD is #471422. Grayscale: #DADADA. Windows color (decimal): -4658211 or 14543800. OLE color: 14543800.
HSL color Cylindrical-coordinate representation of color #B8EBDD: hue angle of 163.53º 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 #B8EBDD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 221 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.08 |
| HSL | 163.53º | 0.56% | 0.82% | - |
| HSV(B) | 163.53º | 0.22% | 0.92% | - |
| XYZ | 62.53 | 74.83 | 79.55 | - |
| YUV | 218.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 221 | 0.22 | 0 | 0.06 | 0.08 | 163.53 | 0.56 | 0.82 |
| Hex | B8 | EB | DD | 16 | 0 | 6 | 8 | A4 | 38 | 52 |
| Octal | 270 | 353 | 335 | 26 | 0 | 6 | 10 | 244 | 70 | 122 |
| Binary | 10111000 | 11101011 | 11011101 | 10110 | 0 | 110 | 1000 | 10100100 | 111000 | 1010010 |
Color Harmonies of #B8EBDD
Complementary color
Monochromatic Colors of #B8EBDD
Black with #B8EBDD
Text Example
Text Example
White with #B8EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBDD; }
p { color: rgb(184,235,221); }
H1.HeaderClassName
{
color: #B8EBDD;
}
.AnyTagClassName
{
color: #B8EBDD;
}
</style>
background-color css
<style>
a { background-color: #B8EBDD; }
a { background-color: rgb(184,235,221); }
div.DivClassName
{
background-color: #B8EBDD;
}
.BgClassName
{
background-color: #B8EBDD;
}
</style>
border-color css
<style>
span { border-color: #B8EBDD; }
span { border-color: rgb(184,235,221); }
td.TdClassName
{
border-color: #B8EBDD;
}
.TagClassName
{
border-color: #B8EBDD;
}
</style>