Shades of Granny Apple #BBFBCB
Tints of Granny Apple #BBFBCB
RGB
CMYK
RGB Variations
Color information
#BBFBCB (or 0xBBFBCB) is known color: Granny Apple. HEX triplet: BB, FB and CB. RGB value is (187,251,203). Sum of RGB (Red+Green+Blue) = 187+251+203=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCB is #440434. Grayscale: #E2E2E2. Windows color (decimal): -4457525 or 13368251. OLE color: 13368251.
HSL color Cylindrical-coordinate representation of color #BBFBCB: hue angle of 135º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 203 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.02 |
| HSL | 135º | 0.89% | 0.86% | - |
| HSV(B) | 135º | 0.25% | 0.98% | - |
| XYZ | 65.77 | 83.87 | 69.22 | - |
| YUV | 226.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 203 | 0.25 | 0 | 0.19 | 0.02 | 135 | 0.89 | 0.86 |
| Hex | BB | FB | CB | 19 | 0 | 13 | 2 | 87 | 59 | 56 |
| Octal | 273 | 373 | 313 | 31 | 0 | 23 | 2 | 207 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11001011 | 11001 | 0 | 10011 | 10 | 10000111 | 1011001 | 1010110 |
Color Harmonies of #BBFBCB
Complementary color
Monochromatic Colors of #BBFBCB
Black with #BBFBCB
Text Example
Text Example
White with #BBFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBCB; }
p { color: rgb(187,251,203); }
H1.HeaderClassName
{
color: #BBFBCB;
}
.AnyTagClassName
{
color: #BBFBCB;
}
</style>
background-color css
<style>
a { background-color: #BBFBCB; }
a { background-color: rgb(187,251,203); }
div.DivClassName
{
background-color: #BBFBCB;
}
.BgClassName
{
background-color: #BBFBCB;
}
</style>
border-color css
<style>
span { border-color: #BBFBCB; }
span { border-color: rgb(187,251,203); }
td.TdClassName
{
border-color: #BBFBCB;
}
.TagClassName
{
border-color: #BBFBCB;
}
</style>