Shades of Water Leaf #BBF7E6
Tints of Water Leaf #BBF7E6
RGB
CMYK
RGB Variations
Color information
#BBF7E6 (or 0xBBF7E6) is known color: Water Leaf. HEX triplet: BB, F7 and E6. RGB value is (187,247,230). Sum of RGB (Red+Green+Blue) = 187+247+230=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 230 (90.23% from 255 or 34.64% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7E6 is #440819. Grayscale: #E3E3E3. Windows color (decimal): -4458522 or 15136699. OLE color: 15136699.
HSL color Cylindrical-coordinate representation of color #BBF7E6: hue angle of 163º 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 #BBF7E6 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 230 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.03 |
| HSL | 163º | 0.79% | 0.85% | - |
| HSV(B) | 163º | 0.24% | 0.97% | - |
| XYZ | 68.04 | 82.8 | 87.26 | - |
| YUV | 227.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 230 | 0.24 | 0 | 0.07 | 0.03 | 163 | 0.79 | 0.85 |
| Hex | BB | F7 | E6 | 18 | 0 | 7 | 3 | A3 | 4F | 55 |
| Octal | 273 | 367 | 346 | 30 | 0 | 7 | 3 | 243 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11100110 | 11000 | 0 | 111 | 11 | 10100011 | 1001111 | 1010101 |
Color Harmonies of #BBF7E6
Complementary color
Monochromatic Colors of #BBF7E6
Black with #BBF7E6
Text Example
Text Example
White with #BBF7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7E6; }
p { color: rgb(187,247,230); }
H1.HeaderClassName
{
color: #BBF7E6;
}
.AnyTagClassName
{
color: #BBF7E6;
}
</style>
background-color css
<style>
a { background-color: #BBF7E6; }
a { background-color: rgb(187,247,230); }
div.DivClassName
{
background-color: #BBF7E6;
}
.BgClassName
{
background-color: #BBF7E6;
}
</style>
border-color css
<style>
span { border-color: #BBF7E6; }
span { border-color: rgb(187,247,230); }
td.TdClassName
{
border-color: #BBF7E6;
}
.TagClassName
{
border-color: #BBF7E6;
}
</style>