Shades of Granny Apple #BBE5CA
Tints of Granny Apple #BBE5CA
RGB
CMYK
RGB Variations
Color information
#BBE5CA (or 0xBBE5CA) is known color: Granny Apple. HEX triplet: BB, E5 and CA. RGB value is (187,229,202). Sum of RGB (Red+Green+Blue) = 187+229+202=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5CA is #441A35. Grayscale: #D5D5D5. Windows color (decimal): -4463158 or 13297083. OLE color: 13297083.
HSL color Cylindrical-coordinate representation of color #BBE5CA: hue angle of 141.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5CA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 202 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.10 |
| HSL | 141.43º | 0.45% | 0.82% | - |
| HSV(B) | 141.43º | 0.18% | 0.9% | - |
| XYZ | 59.17 | 70.87 | 66.44 | - |
| YUV | 213.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 202 | 0.18 | 0 | 0.12 | 0.10 | 141.43 | 0.45 | 0.82 |
| Hex | BB | E5 | CA | 12 | 0 | C | A | 8D | 2D | 52 |
| Octal | 273 | 345 | 312 | 22 | 0 | 14 | 12 | 215 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11001010 | 10010 | 0 | 1100 | 1010 | 10001101 | 101101 | 1010010 |
Color Harmonies of #BBE5CA
Complementary color
Monochromatic Colors of #BBE5CA
Black with #BBE5CA
Text Example
Text Example
White with #BBE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5CA; }
p { color: rgb(187,229,202); }
H1.HeaderClassName
{
color: #BBE5CA;
}
.AnyTagClassName
{
color: #BBE5CA;
}
</style>
background-color css
<style>
a { background-color: #BBE5CA; }
a { background-color: rgb(187,229,202); }
div.DivClassName
{
background-color: #BBE5CA;
}
.BgClassName
{
background-color: #BBE5CA;
}
</style>
border-color css
<style>
span { border-color: #BBE5CA; }
span { border-color: rgb(187,229,202); }
td.TdClassName
{
border-color: #BBE5CA;
}
.TagClassName
{
border-color: #BBE5CA;
}
</style>