Shades of Granny Apple #BBE1C8
Tints of Granny Apple #BBE1C8
RGB
CMYK
RGB Variations
Color information
#BBE1C8 (or 0xBBE1C8) is known color: Granny Apple. HEX triplet: BB, E1 and C8. RGB value is (187,225,200). Sum of RGB (Red+Green+Blue) = 187+225+200=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1C8 is #441E37. Grayscale: #D2D2D2. Windows color (decimal): -4464184 or 13164987. OLE color: 13164987.
HSL color Cylindrical-coordinate representation of color #BBE1C8: hue angle of 140.53º 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 #BBE1C8 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 200 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.12 |
| HSL | 140.53º | 0.39% | 0.81% | - |
| HSV(B) | 140.53º | 0.17% | 0.88% | - |
| XYZ | 57.84 | 68.59 | 64.83 | - |
| YUV | 210.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 200 | 0.17 | 0 | 0.11 | 0.12 | 140.53 | 0.39 | 0.81 |
| Hex | BB | E1 | C8 | 11 | 0 | B | C | 8D | 27 | 51 |
| Octal | 273 | 341 | 310 | 21 | 0 | 13 | 14 | 215 | 47 | 121 |
| Binary | 10111011 | 11100001 | 11001000 | 10001 | 0 | 1011 | 1100 | 10001101 | 100111 | 1010001 |
Color Harmonies of #BBE1C8
Complementary color
Monochromatic Colors of #BBE1C8
Black with #BBE1C8
Text Example
Text Example
White with #BBE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1C8; }
p { color: rgb(187,225,200); }
H1.HeaderClassName
{
color: #BBE1C8;
}
.AnyTagClassName
{
color: #BBE1C8;
}
</style>
background-color css
<style>
a { background-color: #BBE1C8; }
a { background-color: rgb(187,225,200); }
div.DivClassName
{
background-color: #BBE1C8;
}
.BgClassName
{
background-color: #BBE1C8;
}
</style>
border-color css
<style>
span { border-color: #BBE1C8; }
span { border-color: rgb(187,225,200); }
td.TdClassName
{
border-color: #BBE1C8;
}
.TagClassName
{
border-color: #BBE1C8;
}
</style>