Shades of Granny Apple #BBFCD0
Tints of Granny Apple #BBFCD0
RGB
CMYK
RGB Variations
Color information
#BBFCD0 (or 0xBBFCD0) is known color: Granny Apple. HEX triplet: BB, FC and D0. RGB value is (187,252,208). Sum of RGB (Red+Green+Blue) = 187+252+208=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCD0 is #44032F. Grayscale: #E3E3E3. Windows color (decimal): -4457264 or 13696187. OLE color: 13696187.
HSL color Cylindrical-coordinate representation of color #BBFCD0: hue angle of 139.38º 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 #BBFCD0 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 208 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.01 |
| HSL | 139.38º | 0.92% | 0.86% | - |
| HSV(B) | 139.38º | 0.26% | 0.99% | - |
| XYZ | 66.69 | 84.74 | 72.52 | - |
| YUV | 227.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 208 | 0.26 | 0 | 0.17 | 0.01 | 139.38 | 0.92 | 0.86 |
| Hex | BB | FC | D0 | 1A | 0 | 11 | 1 | 8B | 5C | 56 |
| Octal | 273 | 374 | 320 | 32 | 0 | 21 | 1 | 213 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11010000 | 11010 | 0 | 10001 | 1 | 10001011 | 1011100 | 1010110 |
Color Harmonies of #BBFCD0
Complementary color
Monochromatic Colors of #BBFCD0
Black with #BBFCD0
Text Example
Text Example
White with #BBFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCD0; }
p { color: rgb(187,252,208); }
H1.HeaderClassName
{
color: #BBFCD0;
}
.AnyTagClassName
{
color: #BBFCD0;
}
</style>
background-color css
<style>
a { background-color: #BBFCD0; }
a { background-color: rgb(187,252,208); }
div.DivClassName
{
background-color: #BBFCD0;
}
.BgClassName
{
background-color: #BBFCD0;
}
</style>
border-color css
<style>
span { border-color: #BBFCD0; }
span { border-color: rgb(187,252,208); }
td.TdClassName
{
border-color: #BBFCD0;
}
.TagClassName
{
border-color: #BBFCD0;
}
</style>