Shades of Granny Apple #BBF7C7
Tints of Granny Apple #BBF7C7
RGB
CMYK
RGB Variations
Color information
#BBF7C7 (or 0xBBF7C7) is known color: Granny Apple. HEX triplet: BB, F7 and C7. RGB value is (187,247,199). Sum of RGB (Red+Green+Blue) = 187+247+199=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7C7 is #440838. Grayscale: #DFDFDF. Windows color (decimal): -4458553 or 13105083. OLE color: 13105083.
HSL color Cylindrical-coordinate representation of color #BBF7C7: hue angle of 132º 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 #BBF7C7 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 199 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.03 |
| HSL | 132º | 0.79% | 0.85% | - |
| HSV(B) | 132º | 0.24% | 0.97% | - |
| XYZ | 64.06 | 81.21 | 66.33 | - |
| YUV | 223.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 199 | 0.24 | 0 | 0.19 | 0.03 | 132 | 0.79 | 0.85 |
| Hex | BB | F7 | C7 | 18 | 0 | 13 | 3 | 84 | 4F | 55 |
| Octal | 273 | 367 | 307 | 30 | 0 | 23 | 3 | 204 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11000111 | 11000 | 0 | 10011 | 11 | 10000100 | 1001111 | 1010101 |
Color Harmonies of #BBF7C7
Complementary color
Monochromatic Colors of #BBF7C7
Black with #BBF7C7
Text Example
Text Example
White with #BBF7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7C7; }
p { color: rgb(187,247,199); }
H1.HeaderClassName
{
color: #BBF7C7;
}
.AnyTagClassName
{
color: #BBF7C7;
}
</style>
background-color css
<style>
a { background-color: #BBF7C7; }
a { background-color: rgb(187,247,199); }
div.DivClassName
{
background-color: #BBF7C7;
}
.BgClassName
{
background-color: #BBF7C7;
}
</style>
border-color css
<style>
span { border-color: #BBF7C7; }
span { border-color: rgb(187,247,199); }
td.TdClassName
{
border-color: #BBF7C7;
}
.TagClassName
{
border-color: #BBF7C7;
}
</style>