Shades of Granny Apple #BBFCC4
Tints of Granny Apple #BBFCC4
RGB
CMYK
RGB Variations
Color information
#BBFCC4 (or 0xBBFCC4) is known color: Granny Apple. HEX triplet: BB, FC and C4. RGB value is (187,252,196). Sum of RGB (Red+Green+Blue) = 187+252+196=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC4 is #44033B. Grayscale: #E2E2E2. Windows color (decimal): -4457276 or 12909755. OLE color: 12909755.
HSL color Cylindrical-coordinate representation of color #BBFCC4: hue angle of 128.31º 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 #BBFCC4 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 196 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.01 |
| HSL | 128.31º | 0.92% | 0.86% | - |
| HSV(B) | 128.31º | 0.26% | 0.99% | - |
| XYZ | 65.27 | 84.17 | 65.03 | - |
| YUV | 226.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 196 | 0.26 | 0 | 0.22 | 0.01 | 128.31 | 0.92 | 0.86 |
| Hex | BB | FC | C4 | 1A | 0 | 16 | 1 | 80 | 5C | 56 |
| Octal | 273 | 374 | 304 | 32 | 0 | 26 | 1 | 200 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11000100 | 11010 | 0 | 10110 | 1 | 10000000 | 1011100 | 1010110 |
Color Harmonies of #BBFCC4
Complementary color
Monochromatic Colors of #BBFCC4
Black with #BBFCC4
Text Example
Text Example
White with #BBFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCC4; }
p { color: rgb(187,252,196); }
H1.HeaderClassName
{
color: #BBFCC4;
}
.AnyTagClassName
{
color: #BBFCC4;
}
</style>
background-color css
<style>
a { background-color: #BBFCC4; }
a { background-color: rgb(187,252,196); }
div.DivClassName
{
background-color: #BBFCC4;
}
.BgClassName
{
background-color: #BBFCC4;
}
</style>
border-color css
<style>
span { border-color: #BBFCC4; }
span { border-color: rgb(187,252,196); }
td.TdClassName
{
border-color: #BBFCC4;
}
.TagClassName
{
border-color: #BBFCC4;
}
</style>