Shades of Water Leaf #BBF7E7
Tints of Water Leaf #BBF7E7
RGB
CMYK
RGB Variations
Color information
#BBF7E7 (or 0xBBF7E7) is known color: Water Leaf. HEX triplet: BB, F7 and E7. RGB value is (187,247,231). Sum of RGB (Red+Green+Blue) = 187+247+231=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 231 (90.62% from 255 or 34.74% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7E7 is #440818. Grayscale: #E3E3E3. Windows color (decimal): -4458521 or 15202235. OLE color: 15202235.
HSL color Cylindrical-coordinate representation of color #BBF7E7: hue angle of 164º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7E7 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 231 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.03 |
| HSL | 164º | 0.79% | 0.85% | - |
| HSV(B) | 164º | 0.24% | 0.97% | - |
| XYZ | 68.18 | 82.86 | 88 | - |
| YUV | 227.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 231 | 0.24 | 0 | 0.06 | 0.03 | 164 | 0.79 | 0.85 |
| Hex | BB | F7 | E7 | 18 | 0 | 6 | 3 | A4 | 4F | 55 |
| Octal | 273 | 367 | 347 | 30 | 0 | 6 | 3 | 244 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11100111 | 11000 | 0 | 110 | 11 | 10100100 | 1001111 | 1010101 |
Color Harmonies of #BBF7E7
Complementary color
Monochromatic Colors of #BBF7E7
Black with #BBF7E7
Text Example
Text Example
White with #BBF7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7E7; }
p { color: rgb(187,247,231); }
H1.HeaderClassName
{
color: #BBF7E7;
}
.AnyTagClassName
{
color: #BBF7E7;
}
</style>
background-color css
<style>
a { background-color: #BBF7E7; }
a { background-color: rgb(187,247,231); }
div.DivClassName
{
background-color: #BBF7E7;
}
.BgClassName
{
background-color: #BBF7E7;
}
</style>
border-color css
<style>
span { border-color: #BBF7E7; }
span { border-color: rgb(187,247,231); }
td.TdClassName
{
border-color: #BBF7E7;
}
.TagClassName
{
border-color: #BBF7E7;
}
</style>