Shades of Granny Apple #BBF8C7
Tints of Granny Apple #BBF8C7
RGB
CMYK
RGB Variations
Color information
#BBF8C7 (or 0xBBF8C7) is known color: Granny Apple. HEX triplet: BB, F8 and C7. RGB value is (187,248,199). Sum of RGB (Red+Green+Blue) = 187+248+199=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8C7 is #440738. Grayscale: #E0E0E0. Windows color (decimal): -4458297 or 13105339. OLE color: 13105339.
HSL color Cylindrical-coordinate representation of color #BBF8C7: hue angle of 131.8º 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 #BBF8C7 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 199 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.03 |
| HSL | 131.8º | 0.81% | 0.85% | - |
| HSV(B) | 131.8º | 0.25% | 0.97% | - |
| XYZ | 64.37 | 81.82 | 66.43 | - |
| YUV | 224.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 199 | 0.25 | 0 | 0.20 | 0.03 | 131.8 | 0.81 | 0.85 |
| Hex | BB | F8 | C7 | 19 | 0 | 14 | 3 | 84 | 51 | 55 |
| Octal | 273 | 370 | 307 | 31 | 0 | 24 | 3 | 204 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11000111 | 11001 | 0 | 10100 | 11 | 10000100 | 1010001 | 1010101 |
Color Harmonies of #BBF8C7
Complementary color
Monochromatic Colors of #BBF8C7
Black with #BBF8C7
Text Example
Text Example
White with #BBF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8C7; }
p { color: rgb(187,248,199); }
H1.HeaderClassName
{
color: #BBF8C7;
}
.AnyTagClassName
{
color: #BBF8C7;
}
</style>
background-color css
<style>
a { background-color: #BBF8C7; }
a { background-color: rgb(187,248,199); }
div.DivClassName
{
background-color: #BBF8C7;
}
.BgClassName
{
background-color: #BBF8C7;
}
</style>
border-color css
<style>
span { border-color: #BBF8C7; }
span { border-color: rgb(187,248,199); }
td.TdClassName
{
border-color: #BBF8C7;
}
.TagClassName
{
border-color: #BBF8C7;
}
</style>