Shades of Granny Apple #BBFAC9
Tints of Granny Apple #BBFAC9
RGB
CMYK
RGB Variations
Color information
#BBFAC9 (or 0xBBFAC9) is known color: Granny Apple. HEX triplet: BB, FA and C9. RGB value is (187,250,201). Sum of RGB (Red+Green+Blue) = 187+250+201=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 201 (78.91% from 255 or 31.50% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC9 is #440536. Grayscale: #E1E1E1. Windows color (decimal): -4457783 or 13236923. OLE color: 13236923.
HSL color Cylindrical-coordinate representation of color #BBFAC9: hue angle of 133.33º 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 #BBFAC9 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 201 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.02 |
| HSL | 133.33º | 0.86% | 0.86% | - |
| HSV(B) | 133.33º | 0.25% | 0.98% | - |
| XYZ | 65.22 | 83.15 | 67.87 | - |
| YUV | 225.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 201 | 0.25 | 0 | 0.20 | 0.02 | 133.33 | 0.86 | 0.86 |
| Hex | BB | FA | C9 | 19 | 0 | 14 | 2 | 85 | 56 | 56 |
| Octal | 273 | 372 | 311 | 31 | 0 | 24 | 2 | 205 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11001001 | 11001 | 0 | 10100 | 10 | 10000101 | 1010110 | 1010110 |
Color Harmonies of #BBFAC9
Complementary color
Monochromatic Colors of #BBFAC9
Black with #BBFAC9
Text Example
Text Example
White with #BBFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAC9; }
p { color: rgb(187,250,201); }
H1.HeaderClassName
{
color: #BBFAC9;
}
.AnyTagClassName
{
color: #BBFAC9;
}
</style>
background-color css
<style>
a { background-color: #BBFAC9; }
a { background-color: rgb(187,250,201); }
div.DivClassName
{
background-color: #BBFAC9;
}
.BgClassName
{
background-color: #BBFAC9;
}
</style>
border-color css
<style>
span { border-color: #BBFAC9; }
span { border-color: rgb(187,250,201); }
td.TdClassName
{
border-color: #BBFAC9;
}
.TagClassName
{
border-color: #BBFAC9;
}
</style>