Shades of Water Leaf #BBE3DD
Tints of Water Leaf #BBE3DD
RGB
CMYK
RGB Variations
Color information
#BBE3DD (or 0xBBE3DD) is known color: Water Leaf. HEX triplet: BB, E3 and DD. RGB value is (187,227,221). Sum of RGB (Red+Green+Blue) = 187+227+221=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3DD is #441C22. Grayscale: #D6D6D6. Windows color (decimal): -4463651 or 14541755. OLE color: 14541755.
HSL color Cylindrical-coordinate representation of color #BBE3DD: hue angle of 171º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 221 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 171º | 0.42% | 0.81% | - |
| HSV(B) | 171º | 0.18% | 0.89% | - |
| XYZ | 61.01 | 70.72 | 78.84 | - |
| YUV | 214.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 221 | 0.18 | 0 | 0.03 | 0.11 | 171 | 0.42 | 0.81 |
| Hex | BB | E3 | DD | 12 | 0 | 3 | B | AB | 2A | 51 |
| Octal | 273 | 343 | 335 | 22 | 0 | 3 | 13 | 253 | 52 | 121 |
| Binary | 10111011 | 11100011 | 11011101 | 10010 | 0 | 11 | 1011 | 10101011 | 101010 | 1010001 |
Color Harmonies of #BBE3DD
Complementary color
Monochromatic Colors of #BBE3DD
Black with #BBE3DD
Text Example
Text Example
White with #BBE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3DD; }
p { color: rgb(187,227,221); }
H1.HeaderClassName
{
color: #BBE3DD;
}
.AnyTagClassName
{
color: #BBE3DD;
}
</style>
background-color css
<style>
a { background-color: #BBE3DD; }
a { background-color: rgb(187,227,221); }
div.DivClassName
{
background-color: #BBE3DD;
}
.BgClassName
{
background-color: #BBE3DD;
}
</style>
border-color css
<style>
span { border-color: #BBE3DD; }
span { border-color: rgb(187,227,221); }
td.TdClassName
{
border-color: #BBE3DD;
}
.TagClassName
{
border-color: #BBE3DD;
}
</style>