Shades of Granny Apple #BBFBD1
Tints of Granny Apple #BBFBD1
RGB
CMYK
RGB Variations
Color information
#BBFBD1 (or 0xBBFBD1) is known color: Granny Apple. HEX triplet: BB, FB and D1. RGB value is (187,251,209). Sum of RGB (Red+Green+Blue) = 187+251+209=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBD1 is #44042E. Grayscale: #E3E3E3. Windows color (decimal): -4457519 or 13761467. OLE color: 13761467.
HSL color Cylindrical-coordinate representation of color #BBFBD1: hue angle of 140.62º 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 #BBFBD1 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 209 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.02 |
| HSL | 140.63º | 0.89% | 0.86% | - |
| HSV(B) | 140.63º | 0.25% | 0.98% | - |
| XYZ | 66.5 | 84.16 | 73.06 | - |
| YUV | 227.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 209 | 0.25 | 0 | 0.17 | 0.02 | 140.63 | 0.89 | 0.86 |
| Hex | BB | FB | D1 | 19 | 0 | 11 | 2 | 8D | 59 | 56 |
| Octal | 273 | 373 | 321 | 31 | 0 | 21 | 2 | 215 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11010001 | 11001 | 0 | 10001 | 10 | 10001101 | 1011001 | 1010110 |
Color Harmonies of #BBFBD1
Complementary color
Monochromatic Colors of #BBFBD1
Black with #BBFBD1
Text Example
Text Example
White with #BBFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBD1; }
p { color: rgb(187,251,209); }
H1.HeaderClassName
{
color: #BBFBD1;
}
.AnyTagClassName
{
color: #BBFBD1;
}
</style>
background-color css
<style>
a { background-color: #BBFBD1; }
a { background-color: rgb(187,251,209); }
div.DivClassName
{
background-color: #BBFBD1;
}
.BgClassName
{
background-color: #BBFBD1;
}
</style>
border-color css
<style>
span { border-color: #BBFBD1; }
span { border-color: rgb(187,251,209); }
td.TdClassName
{
border-color: #BBFBD1;
}
.TagClassName
{
border-color: #BBFBD1;
}
</style>