Shades of Water Leaf #BBF6E7
Tints of Water Leaf #BBF6E7
RGB
CMYK
RGB Variations
Color information
#BBF6E7 (or 0xBBF6E7) is known color: Water Leaf. HEX triplet: BB, F6 and E7. RGB value is (187,246,231). Sum of RGB (Red+Green+Blue) = 187+246+231=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 246 (96.48% from 255 or 37.05% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6E7 is #440918. Grayscale: #E2E2E2. Windows color (decimal): -4458777 or 15201979. OLE color: 15201979.
HSL color Cylindrical-coordinate representation of color #BBF6E7: hue angle of 164.75º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6E7 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 231 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.04 |
| HSL | 164.75º | 0.77% | 0.85% | - |
| HSV(B) | 164.75º | 0.24% | 0.96% | - |
| XYZ | 67.87 | 82.25 | 87.9 | - |
| YUV | 226.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 231 | 0.24 | 0 | 0.06 | 0.04 | 164.75 | 0.77 | 0.85 |
| Hex | BB | F6 | E7 | 18 | 0 | 6 | 4 | A5 | 4D | 55 |
| Octal | 273 | 366 | 347 | 30 | 0 | 6 | 4 | 245 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11100111 | 11000 | 0 | 110 | 100 | 10100101 | 1001101 | 1010101 |
Color Harmonies of #BBF6E7
Complementary color
Monochromatic Colors of #BBF6E7
Black with #BBF6E7
Text Example
Text Example
White with #BBF6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6E7; }
p { color: rgb(187,246,231); }
H1.HeaderClassName
{
color: #BBF6E7;
}
.AnyTagClassName
{
color: #BBF6E7;
}
</style>
background-color css
<style>
a { background-color: #BBF6E7; }
a { background-color: rgb(187,246,231); }
div.DivClassName
{
background-color: #BBF6E7;
}
.BgClassName
{
background-color: #BBF6E7;
}
</style>
border-color css
<style>
span { border-color: #BBF6E7; }
span { border-color: rgb(187,246,231); }
td.TdClassName
{
border-color: #BBF6E7;
}
.TagClassName
{
border-color: #BBF6E7;
}
</style>