Shades of Water Leaf #BBE3DE
Tints of Water Leaf #BBE3DE
RGB
CMYK
RGB Variations
Color information
#BBE3DE (or 0xBBE3DE) is known color: Water Leaf. HEX triplet: BB, E3 and DE. RGB value is (187,227,222). Sum of RGB (Red+Green+Blue) = 187+227+222=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3DE is #441C21. Grayscale: #D6D6D6. Windows color (decimal): -4463650 or 14607291. OLE color: 14607291.
HSL color Cylindrical-coordinate representation of color #BBE3DE: hue angle of 172.5º 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 #BBE3DE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 222 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.11 |
| HSL | 172.5º | 0.42% | 0.81% | - |
| HSV(B) | 172.5º | 0.18% | 0.89% | - |
| XYZ | 61.15 | 70.78 | 79.55 | - |
| YUV | 214.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 222 | 0.18 | 0 | 0.02 | 0.11 | 172.5 | 0.42 | 0.81 |
| Hex | BB | E3 | DE | 12 | 0 | 2 | B | AC | 2A | 51 |
| Octal | 273 | 343 | 336 | 22 | 0 | 2 | 13 | 254 | 52 | 121 |
| Binary | 10111011 | 11100011 | 11011110 | 10010 | 0 | 10 | 1011 | 10101100 | 101010 | 1010001 |
Color Harmonies of #BBE3DE
Complementary color
Monochromatic Colors of #BBE3DE
Black with #BBE3DE
Text Example
Text Example
White with #BBE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3DE; }
p { color: rgb(187,227,222); }
H1.HeaderClassName
{
color: #BBE3DE;
}
.AnyTagClassName
{
color: #BBE3DE;
}
</style>
background-color css
<style>
a { background-color: #BBE3DE; }
a { background-color: rgb(187,227,222); }
div.DivClassName
{
background-color: #BBE3DE;
}
.BgClassName
{
background-color: #BBE3DE;
}
</style>
border-color css
<style>
span { border-color: #BBE3DE; }
span { border-color: rgb(187,227,222); }
td.TdClassName
{
border-color: #BBE3DE;
}
.TagClassName
{
border-color: #BBE3DE;
}
</style>