Shades of Granny Apple #BBFECC
Tints of Granny Apple #BBFECC
RGB
CMYK
RGB Variations
Color information
#BBFECC (or 0xBBFECC) is known color: Granny Apple. HEX triplet: BB, FE and CC. RGB value is (187,254,204). Sum of RGB (Red+Green+Blue) = 187+254+204=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFECC is #440133. Grayscale: #E4E4E4. Windows color (decimal): -4456756 or 13434555. OLE color: 13434555.
HSL color Cylindrical-coordinate representation of color #BBFECC: hue angle of 135.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFECC is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 204 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.00 |
| HSL | 135.22º | 0.97% | 0.86% | - |
| HSV(B) | 135.22º | 0.26% | 1% | - |
| XYZ | 66.83 | 85.81 | 70.17 | - |
| YUV | 228.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 204 | 0.26 | 0 | 0.20 | 0.00 | 135.22 | 0.97 | 0.86 |
| Hex | BB | FE | CC | 1A | 0 | 14 | 0 | 87 | 61 | 56 |
| Octal | 273 | 376 | 314 | 32 | 0 | 24 | 0 | 207 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11001100 | 11010 | 0 | 10100 | 0 | 10000111 | 1100001 | 1010110 |
Color Harmonies of #BBFECC
Complementary color
Monochromatic Colors of #BBFECC
Black with #BBFECC
Text Example
Text Example
White with #BBFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFECC; }
p { color: rgb(187,254,204); }
H1.HeaderClassName
{
color: #BBFECC;
}
.AnyTagClassName
{
color: #BBFECC;
}
</style>
background-color css
<style>
a { background-color: #BBFECC; }
a { background-color: rgb(187,254,204); }
div.DivClassName
{
background-color: #BBFECC;
}
.BgClassName
{
background-color: #BBFECC;
}
</style>
border-color css
<style>
span { border-color: #BBFECC; }
span { border-color: rgb(187,254,204); }
td.TdClassName
{
border-color: #BBFECC;
}
.TagClassName
{
border-color: #BBFECC;
}
</style>