Shades of Granny Apple #BBE2C6
Tints of Granny Apple #BBE2C6
RGB
CMYK
RGB Variations
Color information
#BBE2C6 (or 0xBBE2C6) is known color: Granny Apple. HEX triplet: BB, E2 and C6. RGB value is (187,226,198). Sum of RGB (Red+Green+Blue) = 187+226+198=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2C6 is #441D39. Grayscale: #D3D3D3. Windows color (decimal): -4463930 or 13034171. OLE color: 13034171.
HSL color Cylindrical-coordinate representation of color #BBE2C6: hue angle of 136.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2C6 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 198 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.11 |
| HSL | 136.92º | 0.4% | 0.81% | - |
| HSV(B) | 136.92º | 0.17% | 0.89% | - |
| XYZ | 57.88 | 69.03 | 63.7 | - |
| YUV | 211.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 198 | 0.17 | 0 | 0.12 | 0.11 | 136.92 | 0.4 | 0.81 |
| Hex | BB | E2 | C6 | 11 | 0 | C | B | 89 | 28 | 51 |
| Octal | 273 | 342 | 306 | 21 | 0 | 14 | 13 | 211 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11000110 | 10001 | 0 | 1100 | 1011 | 10001001 | 101000 | 1010001 |
Color Harmonies of #BBE2C6
Complementary color
Monochromatic Colors of #BBE2C6
Black with #BBE2C6
Text Example
Text Example
White with #BBE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2C6; }
p { color: rgb(187,226,198); }
H1.HeaderClassName
{
color: #BBE2C6;
}
.AnyTagClassName
{
color: #BBE2C6;
}
</style>
background-color css
<style>
a { background-color: #BBE2C6; }
a { background-color: rgb(187,226,198); }
div.DivClassName
{
background-color: #BBE2C6;
}
.BgClassName
{
background-color: #BBE2C6;
}
</style>
border-color css
<style>
span { border-color: #BBE2C6; }
span { border-color: rgb(187,226,198); }
td.TdClassName
{
border-color: #BBE2C6;
}
.TagClassName
{
border-color: #BBE2C6;
}
</style>