Shades of Granny Apple #BBE9CC
Tints of Granny Apple #BBE9CC
RGB
CMYK
RGB Variations
Color information
#BBE9CC (or 0xBBE9CC) is known color: Granny Apple. HEX triplet: BB, E9 and CC. RGB value is (187,233,204). Sum of RGB (Red+Green+Blue) = 187+233+204=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9CC is #441633. Grayscale: #D8D8D8. Windows color (decimal): -4462132 or 13429179. OLE color: 13429179.
HSL color Cylindrical-coordinate representation of color #BBE9CC: hue angle of 142.17º 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 #BBE9CC is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 204 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.09 |
| HSL | 142.17º | 0.51% | 0.82% | - |
| HSV(B) | 142.17º | 0.2% | 0.91% | - |
| XYZ | 60.53 | 73.2 | 68.07 | - |
| YUV | 215.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 204 | 0.20 | 0 | 0.12 | 0.09 | 142.17 | 0.51 | 0.82 |
| Hex | BB | E9 | CC | 14 | 0 | C | 9 | 8E | 33 | 52 |
| Octal | 273 | 351 | 314 | 24 | 0 | 14 | 11 | 216 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11001100 | 10100 | 0 | 1100 | 1001 | 10001110 | 110011 | 1010010 |
Color Harmonies of #BBE9CC
Complementary color
Monochromatic Colors of #BBE9CC
Black with #BBE9CC
Text Example
Text Example
White with #BBE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9CC; }
p { color: rgb(187,233,204); }
H1.HeaderClassName
{
color: #BBE9CC;
}
.AnyTagClassName
{
color: #BBE9CC;
}
</style>
background-color css
<style>
a { background-color: #BBE9CC; }
a { background-color: rgb(187,233,204); }
div.DivClassName
{
background-color: #BBE9CC;
}
.BgClassName
{
background-color: #BBE9CC;
}
</style>
border-color css
<style>
span { border-color: #BBE9CC; }
span { border-color: rgb(187,233,204); }
td.TdClassName
{
border-color: #BBE9CC;
}
.TagClassName
{
border-color: #BBE9CC;
}
</style>