Shades of Water Leaf #BBE8DD
Tints of Water Leaf #BBE8DD
RGB
CMYK
RGB Variations
Color information
#BBE8DD (or 0xBBE8DD) is known color: Water Leaf. HEX triplet: BB, E8 and DD. RGB value is (187,232,221). Sum of RGB (Red+Green+Blue) = 187+232+221=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8DD is #441722. Grayscale: #D9D9D9. Windows color (decimal): -4462371 or 14543035. OLE color: 14543035.
HSL color Cylindrical-coordinate representation of color #BBE8DD: hue angle of 165.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8DD is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 221 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.09 |
| HSL | 165.33º | 0.49% | 0.82% | - |
| HSV(B) | 165.33º | 0.19% | 0.91% | - |
| XYZ | 62.4 | 73.5 | 79.3 | - |
| YUV | 217.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 221 | 0.19 | 0 | 0.05 | 0.09 | 165.33 | 0.49 | 0.82 |
| Hex | BB | E8 | DD | 13 | 0 | 5 | 9 | A5 | 31 | 52 |
| Octal | 273 | 350 | 335 | 23 | 0 | 5 | 11 | 245 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11011101 | 10011 | 0 | 101 | 1001 | 10100101 | 110001 | 1010010 |
Color Harmonies of #BBE8DD
Complementary color
Monochromatic Colors of #BBE8DD
Black with #BBE8DD
Text Example
Text Example
White with #BBE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8DD; }
p { color: rgb(187,232,221); }
H1.HeaderClassName
{
color: #BBE8DD;
}
.AnyTagClassName
{
color: #BBE8DD;
}
</style>
background-color css
<style>
a { background-color: #BBE8DD; }
a { background-color: rgb(187,232,221); }
div.DivClassName
{
background-color: #BBE8DD;
}
.BgClassName
{
background-color: #BBE8DD;
}
</style>
border-color css
<style>
span { border-color: #BBE8DD; }
span { border-color: rgb(187,232,221); }
td.TdClassName
{
border-color: #BBE8DD;
}
.TagClassName
{
border-color: #BBE8DD;
}
</style>