Shades of Granny Apple #BBFCC9
Tints of Granny Apple #BBFCC9
RGB
CMYK
RGB Variations
Color information
#BBFCC9 (or 0xBBFCC9) is known color: Granny Apple. HEX triplet: BB, FC and C9. RGB value is (187,252,201). Sum of RGB (Red+Green+Blue) = 187+252+201=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC9 is #440336. Grayscale: #E2E2E2. Windows color (decimal): -4457271 or 13237435. OLE color: 13237435.
HSL color Cylindrical-coordinate representation of color #BBFCC9: hue angle of 132.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCC9 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 201 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.01 |
| HSL | 132.92º | 0.92% | 0.86% | - |
| HSV(B) | 132.92º | 0.26% | 0.99% | - |
| XYZ | 65.85 | 84.4 | 68.08 | - |
| YUV | 226.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 201 | 0.26 | 0 | 0.20 | 0.01 | 132.92 | 0.92 | 0.86 |
| Hex | BB | FC | C9 | 1A | 0 | 14 | 1 | 85 | 5C | 56 |
| Octal | 273 | 374 | 311 | 32 | 0 | 24 | 1 | 205 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11001001 | 11010 | 0 | 10100 | 1 | 10000101 | 1011100 | 1010110 |
Color Harmonies of #BBFCC9
Complementary color
Monochromatic Colors of #BBFCC9
Black with #BBFCC9
Text Example
Text Example
White with #BBFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCC9; }
p { color: rgb(187,252,201); }
H1.HeaderClassName
{
color: #BBFCC9;
}
.AnyTagClassName
{
color: #BBFCC9;
}
</style>
background-color css
<style>
a { background-color: #BBFCC9; }
a { background-color: rgb(187,252,201); }
div.DivClassName
{
background-color: #BBFCC9;
}
.BgClassName
{
background-color: #BBFCC9;
}
</style>
border-color css
<style>
span { border-color: #BBFCC9; }
span { border-color: rgb(187,252,201); }
td.TdClassName
{
border-color: #BBFCC9;
}
.TagClassName
{
border-color: #BBFCC9;
}
</style>