Shades of Granny Apple #BBF7D0
Tints of Granny Apple #BBF7D0
RGB
CMYK
RGB Variations
Color information
#BBF7D0 (or 0xBBF7D0) is known color: Granny Apple. HEX triplet: BB, F7 and D0. RGB value is (187,247,208). Sum of RGB (Red+Green+Blue) = 187+247+208=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7D0 is #44082F. Grayscale: #E0E0E0. Windows color (decimal): -4458544 or 13694907. OLE color: 13694907.
HSL color Cylindrical-coordinate representation of color #BBF7D0: hue angle of 141º 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 #BBF7D0 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 208 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.03 |
| HSL | 141º | 0.79% | 0.85% | - |
| HSV(B) | 141º | 0.24% | 0.97% | - |
| XYZ | 65.14 | 81.64 | 72 | - |
| YUV | 224.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 208 | 0.24 | 0 | 0.16 | 0.03 | 141 | 0.79 | 0.85 |
| Hex | BB | F7 | D0 | 18 | 0 | 10 | 3 | 8D | 4F | 55 |
| Octal | 273 | 367 | 320 | 30 | 0 | 20 | 3 | 215 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11010000 | 11000 | 0 | 10000 | 11 | 10001101 | 1001111 | 1010101 |
Color Harmonies of #BBF7D0
Complementary color
Monochromatic Colors of #BBF7D0
Black with #BBF7D0
Text Example
Text Example
White with #BBF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7D0; }
p { color: rgb(187,247,208); }
H1.HeaderClassName
{
color: #BBF7D0;
}
.AnyTagClassName
{
color: #BBF7D0;
}
</style>
background-color css
<style>
a { background-color: #BBF7D0; }
a { background-color: rgb(187,247,208); }
div.DivClassName
{
background-color: #BBF7D0;
}
.BgClassName
{
background-color: #BBF7D0;
}
</style>
border-color css
<style>
span { border-color: #BBF7D0; }
span { border-color: rgb(187,247,208); }
td.TdClassName
{
border-color: #BBF7D0;
}
.TagClassName
{
border-color: #BBF7D0;
}
</style>