Shades of Granny Apple #BBFFCB
Tints of Granny Apple #BBFFCB
RGB
CMYK
RGB Variations
Color information
#BBFFCB (or 0xBBFFCB) is known color: Granny Apple. HEX triplet: BB, FF and CB. RGB value is (187,255,203). Sum of RGB (Red+Green+Blue) = 187+255+203=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFCB is #440034. Grayscale: #E4E4E4. Windows color (decimal): -4456501 or 13369275. OLE color: 13369275.
HSL color Cylindrical-coordinate representation of color #BBFFCB: hue angle of 134.12º 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 #BBFFCB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 203 | - |
| CMYK | 0.27 | 0 | 0.20 | 0 |
| HSL | 134.12º | 1% | 0.87% | - |
| HSV(B) | 134.12º | 0.27% | 1% | - |
| XYZ | 67.03 | 86.4 | 69.64 | - |
| YUV | 228.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 203 | 0.27 | 0 | 0.20 | 0 | 134.12 | 1 | 0.87 |
| Hex | BB | FF | CB | 1B | 0 | 14 | 0 | 86 | 64 | 57 |
| Octal | 273 | 377 | 313 | 33 | 0 | 24 | 0 | 206 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11001011 | 11011 | 0 | 10100 | 0 | 10000110 | 1100100 | 1010111 |
Color Harmonies of #BBFFCB
Complementary color
Monochromatic Colors of #BBFFCB
Black with #BBFFCB
Text Example
Text Example
White with #BBFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFCB; }
p { color: rgb(187,255,203); }
H1.HeaderClassName
{
color: #BBFFCB;
}
.AnyTagClassName
{
color: #BBFFCB;
}
</style>
background-color css
<style>
a { background-color: #BBFFCB; }
a { background-color: rgb(187,255,203); }
div.DivClassName
{
background-color: #BBFFCB;
}
.BgClassName
{
background-color: #BBFFCB;
}
</style>
border-color css
<style>
span { border-color: #BBFFCB; }
span { border-color: rgb(187,255,203); }
td.TdClassName
{
border-color: #BBFFCB;
}
.TagClassName
{
border-color: #BBFFCB;
}
</style>