Shades of Granny Apple #BBE1C9
Tints of Granny Apple #BBE1C9
RGB
CMYK
RGB Variations
Color information
#BBE1C9 (or 0xBBE1C9) is known color: Granny Apple. HEX triplet: BB, E1 and C9. RGB value is (187,225,201). Sum of RGB (Red+Green+Blue) = 187+225+201=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1C9 is #441E36. Grayscale: #D2D2D2. Windows color (decimal): -4464183 or 13230523. OLE color: 13230523.
HSL color Cylindrical-coordinate representation of color #BBE1C9: hue angle of 142.11º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1C9 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 201 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.12 |
| HSL | 142.11º | 0.39% | 0.81% | - |
| HSV(B) | 142.11º | 0.17% | 0.88% | - |
| XYZ | 57.96 | 68.63 | 65.45 | - |
| YUV | 210.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 201 | 0.17 | 0 | 0.11 | 0.12 | 142.11 | 0.39 | 0.81 |
| Hex | BB | E1 | C9 | 11 | 0 | B | C | 8E | 27 | 51 |
| Octal | 273 | 341 | 311 | 21 | 0 | 13 | 14 | 216 | 47 | 121 |
| Binary | 10111011 | 11100001 | 11001001 | 10001 | 0 | 1011 | 1100 | 10001110 | 100111 | 1010001 |
Color Harmonies of #BBE1C9
Complementary color
Monochromatic Colors of #BBE1C9
Black with #BBE1C9
Text Example
Text Example
White with #BBE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1C9; }
p { color: rgb(187,225,201); }
H1.HeaderClassName
{
color: #BBE1C9;
}
.AnyTagClassName
{
color: #BBE1C9;
}
</style>
background-color css
<style>
a { background-color: #BBE1C9; }
a { background-color: rgb(187,225,201); }
div.DivClassName
{
background-color: #BBE1C9;
}
.BgClassName
{
background-color: #BBE1C9;
}
</style>
border-color css
<style>
span { border-color: #BBE1C9; }
span { border-color: rgb(187,225,201); }
td.TdClassName
{
border-color: #BBE1C9;
}
.TagClassName
{
border-color: #BBE1C9;
}
</style>