Shades of Granny Apple #BBFAC7
Tints of Granny Apple #BBFAC7
RGB
CMYK
RGB Variations
Color information
#BBFAC7 (or 0xBBFAC7) is known color: Granny Apple. HEX triplet: BB, FA and C7. RGB value is (187,250,199). Sum of RGB (Red+Green+Blue) = 187+250+199=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC7 is #440538. Grayscale: #E1E1E1. Windows color (decimal): -4457785 or 13105851. OLE color: 13105851.
HSL color Cylindrical-coordinate representation of color #BBFAC7: hue angle of 131.43º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAC7 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 199 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.02 |
| HSL | 131.43º | 0.86% | 0.86% | - |
| HSV(B) | 131.43º | 0.25% | 0.98% | - |
| XYZ | 64.99 | 83.06 | 66.64 | - |
| YUV | 225.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 199 | 0.25 | 0 | 0.20 | 0.02 | 131.43 | 0.86 | 0.86 |
| Hex | BB | FA | C7 | 19 | 0 | 14 | 2 | 83 | 56 | 56 |
| Octal | 273 | 372 | 307 | 31 | 0 | 24 | 2 | 203 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11000111 | 11001 | 0 | 10100 | 10 | 10000011 | 1010110 | 1010110 |
Color Harmonies of #BBFAC7
Complementary color
Monochromatic Colors of #BBFAC7
Black with #BBFAC7
Text Example
Text Example
White with #BBFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAC7; }
p { color: rgb(187,250,199); }
H1.HeaderClassName
{
color: #BBFAC7;
}
.AnyTagClassName
{
color: #BBFAC7;
}
</style>
background-color css
<style>
a { background-color: #BBFAC7; }
a { background-color: rgb(187,250,199); }
div.DivClassName
{
background-color: #BBFAC7;
}
.BgClassName
{
background-color: #BBFAC7;
}
</style>
border-color css
<style>
span { border-color: #BBFAC7; }
span { border-color: rgb(187,250,199); }
td.TdClassName
{
border-color: #BBFAC7;
}
.TagClassName
{
border-color: #BBFAC7;
}
</style>