Shades of Water Leaf #BBF7E2
Tints of Water Leaf #BBF7E2
RGB
CMYK
RGB Variations
Color information
#BBF7E2 (or 0xBBF7E2) is known color: Water Leaf. HEX triplet: BB, F7 and E2. RGB value is (187,247,226). Sum of RGB (Red+Green+Blue) = 187+247+226=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7E2 is #44081D. Grayscale: #E2E2E2. Windows color (decimal): -4458526 or 14874555. OLE color: 14874555.
HSL color Cylindrical-coordinate representation of color #BBF7E2: hue angle of 159º 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 #BBF7E2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 226 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.03 |
| HSL | 159º | 0.79% | 0.85% | - |
| HSV(B) | 159º | 0.24% | 0.97% | - |
| XYZ | 67.48 | 82.58 | 84.33 | - |
| YUV | 226.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 226 | 0.24 | 0 | 0.09 | 0.03 | 159 | 0.79 | 0.85 |
| Hex | BB | F7 | E2 | 18 | 0 | 9 | 3 | 9F | 4F | 55 |
| Octal | 273 | 367 | 342 | 30 | 0 | 11 | 3 | 237 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11100010 | 11000 | 0 | 1001 | 11 | 10011111 | 1001111 | 1010101 |
Color Harmonies of #BBF7E2
Complementary color
Monochromatic Colors of #BBF7E2
Black with #BBF7E2
Text Example
Text Example
White with #BBF7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7E2; }
p { color: rgb(187,247,226); }
H1.HeaderClassName
{
color: #BBF7E2;
}
.AnyTagClassName
{
color: #BBF7E2;
}
</style>
background-color css
<style>
a { background-color: #BBF7E2; }
a { background-color: rgb(187,247,226); }
div.DivClassName
{
background-color: #BBF7E2;
}
.BgClassName
{
background-color: #BBF7E2;
}
</style>
border-color css
<style>
span { border-color: #BBF7E2; }
span { border-color: rgb(187,247,226); }
td.TdClassName
{
border-color: #BBF7E2;
}
.TagClassName
{
border-color: #BBF7E2;
}
</style>