Shades of Granny Apple #BBFFCD
Tints of Granny Apple #BBFFCD
RGB
CMYK
RGB Variations
Color information
#BBFFCD (or 0xBBFFCD) is known color: Granny Apple. HEX triplet: BB, FF and CD. RGB value is (187,255,205). Sum of RGB (Red+Green+Blue) = 187+255+205=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFCD is #440032. Grayscale: #E5E5E5. Windows color (decimal): -4456499 or 13500347. OLE color: 13500347.
HSL color Cylindrical-coordinate representation of color #BBFFCD: hue angle of 135.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFCD is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 205 | - |
| CMYK | 0.27 | 0 | 0.20 | 0 |
| HSL | 135.88º | 1% | 0.87% | - |
| HSV(B) | 135.88º | 0.27% | 1% | - |
| XYZ | 67.27 | 86.49 | 70.91 | - |
| YUV | 228.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 205 | 0.27 | 0 | 0.20 | 0 | 135.88 | 1 | 0.87 |
| Hex | BB | FF | CD | 1B | 0 | 14 | 0 | 88 | 64 | 57 |
| Octal | 273 | 377 | 315 | 33 | 0 | 24 | 0 | 210 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11001101 | 11011 | 0 | 10100 | 0 | 10001000 | 1100100 | 1010111 |
Color Harmonies of #BBFFCD
Complementary color
Monochromatic Colors of #BBFFCD
Black with #BBFFCD
Text Example
Text Example
White with #BBFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFCD; }
p { color: rgb(187,255,205); }
H1.HeaderClassName
{
color: #BBFFCD;
}
.AnyTagClassName
{
color: #BBFFCD;
}
</style>
background-color css
<style>
a { background-color: #BBFFCD; }
a { background-color: rgb(187,255,205); }
div.DivClassName
{
background-color: #BBFFCD;
}
.BgClassName
{
background-color: #BBFFCD;
}
</style>
border-color css
<style>
span { border-color: #BBFFCD; }
span { border-color: rgb(187,255,205); }
td.TdClassName
{
border-color: #BBFFCD;
}
.TagClassName
{
border-color: #BBFFCD;
}
</style>