Shades of Granny Apple #BBE8C5
Tints of Granny Apple #BBE8C5
RGB
CMYK
RGB Variations
Color information
#BBE8C5 (or 0xBBE8C5) is known color: Granny Apple. HEX triplet: BB, E8 and C5. RGB value is (187,232,197). Sum of RGB (Red+Green+Blue) = 187+232+197=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #BBE8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE8C5 is #44173A. Grayscale: #D6D6D6. Windows color (decimal): -4462395 or 12970171. OLE color: 12970171.
HSL color Cylindrical-coordinate representation of color #BBE8C5: hue angle of 133.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE8C5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 232 | 197 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.09 |
| HSL | 133.33º | 0.49% | 0.82% | - |
| HSV(B) | 133.33º | 0.19% | 0.91% | - |
| XYZ | 59.43 | 72.31 | 63.65 | - |
| YUV | 214.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 197 | 0.19 | 0 | 0.15 | 0.09 | 133.33 | 0.49 | 0.82 |
| Hex | BB | E8 | C5 | 13 | 0 | F | 9 | 85 | 31 | 52 |
| Octal | 273 | 350 | 305 | 23 | 0 | 17 | 11 | 205 | 61 | 122 |
| Binary | 10111011 | 11101000 | 11000101 | 10011 | 0 | 1111 | 1001 | 10000101 | 110001 | 1010010 |
Color Harmonies of #BBE8C5
Complementary color
Monochromatic Colors of #BBE8C5
Black with #BBE8C5
Text Example
Text Example
White with #BBE8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8C5; }
p { color: rgb(187,232,197); }
H1.HeaderClassName
{
color: #BBE8C5;
}
.AnyTagClassName
{
color: #BBE8C5;
}
</style>
background-color css
<style>
a { background-color: #BBE8C5; }
a { background-color: rgb(187,232,197); }
div.DivClassName
{
background-color: #BBE8C5;
}
.BgClassName
{
background-color: #BBE8C5;
}
</style>
border-color css
<style>
span { border-color: #BBE8C5; }
span { border-color: rgb(187,232,197); }
td.TdClassName
{
border-color: #BBE8C5;
}
.TagClassName
{
border-color: #BBE8C5;
}
</style>