Shades of Granny Apple #BBE9C8
Tints of Granny Apple #BBE9C8
RGB
CMYK
RGB Variations
Color information
#BBE9C8 (or 0xBBE9C8) is known color: Granny Apple. HEX triplet: BB, E9 and C8. RGB value is (187,233,200). Sum of RGB (Red+Green+Blue) = 187+233+200=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9C8 is #441637. Grayscale: #D7D7D7. Windows color (decimal): -4462136 or 13167035. OLE color: 13167035.
HSL color Cylindrical-coordinate representation of color #BBE9C8: hue angle of 136.96º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9C8 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 200 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.09 |
| HSL | 136.96º | 0.51% | 0.82% | - |
| HSV(B) | 136.96º | 0.2% | 0.91% | - |
| XYZ | 60.06 | 73.01 | 65.57 | - |
| YUV | 215.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 200 | 0.20 | 0 | 0.14 | 0.09 | 136.96 | 0.51 | 0.82 |
| Hex | BB | E9 | C8 | 14 | 0 | E | 9 | 89 | 33 | 52 |
| Octal | 273 | 351 | 310 | 24 | 0 | 16 | 11 | 211 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11001000 | 10100 | 0 | 1110 | 1001 | 10001001 | 110011 | 1010010 |
Color Harmonies of #BBE9C8
Complementary color
Monochromatic Colors of #BBE9C8
Black with #BBE9C8
Text Example
Text Example
White with #BBE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9C8; }
p { color: rgb(187,233,200); }
H1.HeaderClassName
{
color: #BBE9C8;
}
.AnyTagClassName
{
color: #BBE9C8;
}
</style>
background-color css
<style>
a { background-color: #BBE9C8; }
a { background-color: rgb(187,233,200); }
div.DivClassName
{
background-color: #BBE9C8;
}
.BgClassName
{
background-color: #BBE9C8;
}
</style>
border-color css
<style>
span { border-color: #BBE9C8; }
span { border-color: rgb(187,233,200); }
td.TdClassName
{
border-color: #BBE9C8;
}
.TagClassName
{
border-color: #BBE9C8;
}
</style>