Shades of Water Leaf #BBE7DE
Tints of Water Leaf #BBE7DE
RGB
CMYK
RGB Variations
Color information
#BBE7DE (or 0xBBE7DE) is known color: Water Leaf. HEX triplet: BB, E7 and DE. RGB value is (187,231,222). Sum of RGB (Red+Green+Blue) = 187+231+222=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7DE is #441821. Grayscale: #D8D8D8. Windows color (decimal): -4462626 or 14608315. OLE color: 14608315.
HSL color Cylindrical-coordinate representation of color #BBE7DE: hue angle of 167.73º degrees, saturation: 0.48, 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 #BBE7DE is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 222 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.09 |
| HSL | 167.73º | 0.48% | 0.82% | - |
| HSV(B) | 167.73º | 0.19% | 0.91% | - |
| XYZ | 62.25 | 72.99 | 79.91 | - |
| YUV | 216.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 222 | 0.19 | 0 | 0.04 | 0.09 | 167.73 | 0.48 | 0.82 |
| Hex | BB | E7 | DE | 13 | 0 | 4 | 9 | A8 | 30 | 52 |
| Octal | 273 | 347 | 336 | 23 | 0 | 4 | 11 | 250 | 60 | 122 |
| Binary | 10111011 | 11100111 | 11011110 | 10011 | 0 | 100 | 1001 | 10101000 | 110000 | 1010010 |
Color Harmonies of #BBE7DE
Complementary color
Monochromatic Colors of #BBE7DE
Black with #BBE7DE
Text Example
Text Example
White with #BBE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7DE; }
p { color: rgb(187,231,222); }
H1.HeaderClassName
{
color: #BBE7DE;
}
.AnyTagClassName
{
color: #BBE7DE;
}
</style>
background-color css
<style>
a { background-color: #BBE7DE; }
a { background-color: rgb(187,231,222); }
div.DivClassName
{
background-color: #BBE7DE;
}
.BgClassName
{
background-color: #BBE7DE;
}
</style>
border-color css
<style>
span { border-color: #BBE7DE; }
span { border-color: rgb(187,231,222); }
td.TdClassName
{
border-color: #BBE7DE;
}
.TagClassName
{
border-color: #BBE7DE;
}
</style>