Shades of Granny Apple #BBFECD
Tints of Granny Apple #BBFECD
RGB
CMYK
RGB Variations
Color information
#BBFECD (or 0xBBFECD) is known color: Granny Apple. HEX triplet: BB, FE and CD. RGB value is (187,254,205). Sum of RGB (Red+Green+Blue) = 187+254+205=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFECD is #440132. Grayscale: #E4E4E4. Windows color (decimal): -4456755 or 13500091. OLE color: 13500091.
HSL color Cylindrical-coordinate representation of color #BBFECD: hue angle of 136.12º 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 #BBFECD is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 205 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.00 |
| HSL | 136.12º | 0.97% | 0.86% | - |
| HSV(B) | 136.12º | 0.26% | 1% | - |
| XYZ | 66.95 | 85.86 | 70.8 | - |
| YUV | 228.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 205 | 0.26 | 0 | 0.19 | 0.00 | 136.12 | 0.97 | 0.86 |
| Hex | BB | FE | CD | 1A | 0 | 13 | 0 | 88 | 61 | 56 |
| Octal | 273 | 376 | 315 | 32 | 0 | 23 | 0 | 210 | 141 | 126 |
| Binary | 10111011 | 11111110 | 11001101 | 11010 | 0 | 10011 | 0 | 10001000 | 1100001 | 1010110 |
Color Harmonies of #BBFECD
Complementary color
Monochromatic Colors of #BBFECD
Black with #BBFECD
Text Example
Text Example
White with #BBFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFECD; }
p { color: rgb(187,254,205); }
H1.HeaderClassName
{
color: #BBFECD;
}
.AnyTagClassName
{
color: #BBFECD;
}
</style>
background-color css
<style>
a { background-color: #BBFECD; }
a { background-color: rgb(187,254,205); }
div.DivClassName
{
background-color: #BBFECD;
}
.BgClassName
{
background-color: #BBFECD;
}
</style>
border-color css
<style>
span { border-color: #BBFECD; }
span { border-color: rgb(187,254,205); }
td.TdClassName
{
border-color: #BBFECD;
}
.TagClassName
{
border-color: #BBFECD;
}
</style>