Shades of Granny Apple #BBFFCC
Tints of Granny Apple #BBFFCC
RGB
CMYK
RGB Variations
Color information
#BBFFCC (or 0xBBFFCC) is known color: Granny Apple. HEX triplet: BB, FF and CC. RGB value is (187,255,204). Sum of RGB (Red+Green+Blue) = 187+255+204=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFCC is #440033. Grayscale: #E4E4E4. Windows color (decimal): -4456500 or 13434811. OLE color: 13434811.
HSL color Cylindrical-coordinate representation of color #BBFFCC: hue angle of 135º 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 #BBFFCC is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 204 | - |
| CMYK | 0.27 | 0 | 0.2 | 0 |
| HSL | 135º | 1% | 0.87% | - |
| HSV(B) | 135º | 0.27% | 1% | - |
| XYZ | 67.15 | 86.44 | 70.27 | - |
| YUV | 228.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 204 | 0.27 | 0 | 0.2 | 0 | 135 | 1 | 0.87 |
| Hex | BB | FF | CC | 1B | 0 | 14 | 0 | 87 | 64 | 57 |
| Octal | 273 | 377 | 314 | 33 | 0 | 24 | 0 | 207 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11001100 | 11011 | 0 | 10100 | 0 | 10000111 | 1100100 | 1010111 |
Color Harmonies of #BBFFCC
Complementary color
Monochromatic Colors of #BBFFCC
Black with #BBFFCC
Text Example
Text Example
White with #BBFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFCC; }
p { color: rgb(187,255,204); }
H1.HeaderClassName
{
color: #BBFFCC;
}
.AnyTagClassName
{
color: #BBFFCC;
}
</style>
background-color css
<style>
a { background-color: #BBFFCC; }
a { background-color: rgb(187,255,204); }
div.DivClassName
{
background-color: #BBFFCC;
}
.BgClassName
{
background-color: #BBFFCC;
}
</style>
border-color css
<style>
span { border-color: #BBFFCC; }
span { border-color: rgb(187,255,204); }
td.TdClassName
{
border-color: #BBFFCC;
}
.TagClassName
{
border-color: #BBFFCC;
}
</style>