Shades of Granny Apple #BBFCC1
Tints of Granny Apple #BBFCC1
RGB
CMYK
RGB Variations
Color information
#BBFCC1 (or 0xBBFCC1) is known color: Granny Apple. HEX triplet: BB, FC and C1. RGB value is (187,252,193). Sum of RGB (Red+Green+Blue) = 187+252+193=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCC1 is #44033E. Grayscale: #E2E2E2. Windows color (decimal): -4457279 or 12713147. OLE color: 12713147.
HSL color Cylindrical-coordinate representation of color #BBFCC1: hue angle of 125.54º 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 #BBFCC1 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 193 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.01 |
| HSL | 125.54º | 0.92% | 0.86% | - |
| HSV(B) | 125.54º | 0.26% | 0.99% | - |
| XYZ | 64.93 | 84.04 | 63.25 | - |
| YUV | 225.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 193 | 0.26 | 0 | 0.23 | 0.01 | 125.54 | 0.92 | 0.86 |
| Hex | BB | FC | C1 | 1A | 0 | 17 | 1 | 7E | 5C | 56 |
| Octal | 273 | 374 | 301 | 32 | 0 | 27 | 1 | 176 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11000001 | 11010 | 0 | 10111 | 1 | 1111110 | 1011100 | 1010110 |
Color Harmonies of #BBFCC1
Complementary color
Monochromatic Colors of #BBFCC1
Black with #BBFCC1
Text Example
Text Example
White with #BBFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCC1; }
p { color: rgb(187,252,193); }
H1.HeaderClassName
{
color: #BBFCC1;
}
.AnyTagClassName
{
color: #BBFCC1;
}
</style>
background-color css
<style>
a { background-color: #BBFCC1; }
a { background-color: rgb(187,252,193); }
div.DivClassName
{
background-color: #BBFCC1;
}
.BgClassName
{
background-color: #BBFCC1;
}
</style>
border-color css
<style>
span { border-color: #BBFCC1; }
span { border-color: rgb(187,252,193); }
td.TdClassName
{
border-color: #BBFCC1;
}
.TagClassName
{
border-color: #BBFCC1;
}
</style>