Shades of Granny Apple #BBFCC7
Tints of Granny Apple #BBFCC7
RGB
CMYK
RGB Variations
Color information
#BBFCC7 (or 0xBBFCC7) is known color: Granny Apple. HEX triplet: BB, FC and C7. RGB value is (187,252,199). Sum of RGB (Red+Green+Blue) = 187+252+199=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC7 is #440338. Grayscale: #E2E2E2. Windows color (decimal): -4457273 or 13106363. OLE color: 13106363.
HSL color Cylindrical-coordinate representation of color #BBFCC7: hue angle of 131.08º 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 #BBFCC7 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 199 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 131.08º | 0.92% | 0.86% | - |
| HSV(B) | 131.08º | 0.26% | 0.99% | - |
| XYZ | 65.61 | 84.31 | 66.85 | - |
| YUV | 226.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 199 | 0.26 | 0 | 0.21 | 0.01 | 131.08 | 0.92 | 0.86 |
| Hex | BB | FC | C7 | 1A | 0 | 15 | 1 | 83 | 5C | 56 |
| Octal | 273 | 374 | 307 | 32 | 0 | 25 | 1 | 203 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11000111 | 11010 | 0 | 10101 | 1 | 10000011 | 1011100 | 1010110 |
Color Harmonies of #BBFCC7
Complementary color
Monochromatic Colors of #BBFCC7
Black with #BBFCC7
Text Example
Text Example
White with #BBFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCC7; }
p { color: rgb(187,252,199); }
H1.HeaderClassName
{
color: #BBFCC7;
}
.AnyTagClassName
{
color: #BBFCC7;
}
</style>
background-color css
<style>
a { background-color: #BBFCC7; }
a { background-color: rgb(187,252,199); }
div.DivClassName
{
background-color: #BBFCC7;
}
.BgClassName
{
background-color: #BBFCC7;
}
</style>
border-color css
<style>
span { border-color: #BBFCC7; }
span { border-color: rgb(187,252,199); }
td.TdClassName
{
border-color: #BBFCC7;
}
.TagClassName
{
border-color: #BBFCC7;
}
</style>