Shades of Granny Apple #BBE2CA
Tints of Granny Apple #BBE2CA
RGB
CMYK
RGB Variations
Color information
#BBE2CA (or 0xBBE2CA) is known color: Granny Apple. HEX triplet: BB, E2 and CA. RGB value is (187,226,202). Sum of RGB (Red+Green+Blue) = 187+226+202=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2CA is #441D35. Grayscale: #D3D3D3. Windows color (decimal): -4463926 or 13296315. OLE color: 13296315.
HSL color Cylindrical-coordinate representation of color #BBE2CA: hue angle of 143.08º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2CA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 202 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 143.08º | 0.4% | 0.81% | - |
| HSV(B) | 143.08º | 0.17% | 0.89% | - |
| XYZ | 58.35 | 69.22 | 66.16 | - |
| YUV | 211.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 202 | 0.17 | 0 | 0.11 | 0.11 | 143.08 | 0.4 | 0.81 |
| Hex | BB | E2 | CA | 11 | 0 | B | B | 8F | 28 | 51 |
| Octal | 273 | 342 | 312 | 21 | 0 | 13 | 13 | 217 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11001010 | 10001 | 0 | 1011 | 1011 | 10001111 | 101000 | 1010001 |
Color Harmonies of #BBE2CA
Complementary color
Monochromatic Colors of #BBE2CA
Black with #BBE2CA
Text Example
Text Example
White with #BBE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2CA; }
p { color: rgb(187,226,202); }
H1.HeaderClassName
{
color: #BBE2CA;
}
.AnyTagClassName
{
color: #BBE2CA;
}
</style>
background-color css
<style>
a { background-color: #BBE2CA; }
a { background-color: rgb(187,226,202); }
div.DivClassName
{
background-color: #BBE2CA;
}
.BgClassName
{
background-color: #BBE2CA;
}
</style>
border-color css
<style>
span { border-color: #BBE2CA; }
span { border-color: rgb(187,226,202); }
td.TdClassName
{
border-color: #BBE2CA;
}
.TagClassName
{
border-color: #BBE2CA;
}
</style>