Shades of Water Leaf #BBF8E7
Tints of Water Leaf #BBF8E7
RGB
CMYK
RGB Variations
Color information
#BBF8E7 (or 0xBBF8E7) is known color: Water Leaf. HEX triplet: BB, F8 and E7. RGB value is (187,248,231). Sum of RGB (Red+Green+Blue) = 187+248+231=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8E7 is #440718. Grayscale: #E3E3E3. Windows color (decimal): -4458265 or 15202491. OLE color: 15202491.
HSL color Cylindrical-coordinate representation of color #BBF8E7: hue angle of 163.28º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8E7 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 231 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.03 |
| HSL | 163.28º | 0.81% | 0.85% | - |
| HSV(B) | 163.28º | 0.25% | 0.97% | - |
| XYZ | 68.48 | 83.47 | 88.1 | - |
| YUV | 227.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 231 | 0.25 | 0 | 0.07 | 0.03 | 163.28 | 0.81 | 0.85 |
| Hex | BB | F8 | E7 | 19 | 0 | 7 | 3 | A3 | 51 | 55 |
| Octal | 273 | 370 | 347 | 31 | 0 | 7 | 3 | 243 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11100111 | 11001 | 0 | 111 | 11 | 10100011 | 1010001 | 1010101 |
Color Harmonies of #BBF8E7
Complementary color
Monochromatic Colors of #BBF8E7
Black with #BBF8E7
Text Example
Text Example
White with #BBF8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8E7; }
p { color: rgb(187,248,231); }
H1.HeaderClassName
{
color: #BBF8E7;
}
.AnyTagClassName
{
color: #BBF8E7;
}
</style>
background-color css
<style>
a { background-color: #BBF8E7; }
a { background-color: rgb(187,248,231); }
div.DivClassName
{
background-color: #BBF8E7;
}
.BgClassName
{
background-color: #BBF8E7;
}
</style>
border-color css
<style>
span { border-color: #BBF8E7; }
span { border-color: rgb(187,248,231); }
td.TdClassName
{
border-color: #BBF8E7;
}
.TagClassName
{
border-color: #BBF8E7;
}
</style>