Shades of Water Leaf #BBE1DD
Tints of Water Leaf #BBE1DD
RGB
CMYK
RGB Variations
Color information
#BBE1DD (or 0xBBE1DD) is known color: Water Leaf. HEX triplet: BB, E1 and DD. RGB value is (187,225,221). Sum of RGB (Red+Green+Blue) = 187+225+221=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1DD is #441E22. Grayscale: #D5D5D5. Windows color (decimal): -4464163 or 14541243. OLE color: 14541243.
HSL color Cylindrical-coordinate representation of color #BBE1DD: hue angle of 173.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1DD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 221 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.12 |
| HSL | 173.68º | 0.39% | 0.81% | - |
| HSV(B) | 173.68º | 0.17% | 0.88% | - |
| XYZ | 60.47 | 69.64 | 78.66 | - |
| YUV | 213.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 221 | 0.17 | 0 | 0.02 | 0.12 | 173.68 | 0.39 | 0.81 |
| Hex | BB | E1 | DD | 11 | 0 | 2 | C | AE | 27 | 51 |
| Octal | 273 | 341 | 335 | 21 | 0 | 2 | 14 | 256 | 47 | 121 |
| Binary | 10111011 | 11100001 | 11011101 | 10001 | 0 | 10 | 1100 | 10101110 | 100111 | 1010001 |
Color Harmonies of #BBE1DD
Complementary color
Monochromatic Colors of #BBE1DD
Black with #BBE1DD
Text Example
Text Example
White with #BBE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1DD; }
p { color: rgb(187,225,221); }
H1.HeaderClassName
{
color: #BBE1DD;
}
.AnyTagClassName
{
color: #BBE1DD;
}
</style>
background-color css
<style>
a { background-color: #BBE1DD; }
a { background-color: rgb(187,225,221); }
div.DivClassName
{
background-color: #BBE1DD;
}
.BgClassName
{
background-color: #BBE1DD;
}
</style>
border-color css
<style>
span { border-color: #BBE1DD; }
span { border-color: rgb(187,225,221); }
td.TdClassName
{
border-color: #BBE1DD;
}
.TagClassName
{
border-color: #BBE1DD;
}
</style>