Shades of Granny Apple #BBFCC8
Tints of Granny Apple #BBFCC8
RGB
CMYK
RGB Variations
Color information
#BBFCC8 (or 0xBBFCC8) is known color: Granny Apple. HEX triplet: BB, FC and C8. RGB value is (187,252,200). Sum of RGB (Red+Green+Blue) = 187+252+200=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC8 is #440337. Grayscale: #E2E2E2. Windows color (decimal): -4457272 or 13171899. OLE color: 13171899.
HSL color Cylindrical-coordinate representation of color #BBFCC8: hue angle of 132º 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 #BBFCC8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 200 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.01 |
| HSL | 132º | 0.92% | 0.86% | - |
| HSV(B) | 132º | 0.26% | 0.99% | - |
| XYZ | 65.73 | 84.36 | 67.46 | - |
| YUV | 226.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 200 | 0.26 | 0 | 0.21 | 0.01 | 132 | 0.92 | 0.86 |
| Hex | BB | FC | C8 | 1A | 0 | 15 | 1 | 84 | 5C | 56 |
| Octal | 273 | 374 | 310 | 32 | 0 | 25 | 1 | 204 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11001000 | 11010 | 0 | 10101 | 1 | 10000100 | 1011100 | 1010110 |
Color Harmonies of #BBFCC8
Complementary color
Monochromatic Colors of #BBFCC8
Black with #BBFCC8
Text Example
Text Example
White with #BBFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCC8; }
p { color: rgb(187,252,200); }
H1.HeaderClassName
{
color: #BBFCC8;
}
.AnyTagClassName
{
color: #BBFCC8;
}
</style>
background-color css
<style>
a { background-color: #BBFCC8; }
a { background-color: rgb(187,252,200); }
div.DivClassName
{
background-color: #BBFCC8;
}
.BgClassName
{
background-color: #BBFCC8;
}
</style>
border-color css
<style>
span { border-color: #BBFCC8; }
span { border-color: rgb(187,252,200); }
td.TdClassName
{
border-color: #BBFCC8;
}
.TagClassName
{
border-color: #BBFCC8;
}
</style>