Shades of Granny Apple #BCE5CA
Tints of Granny Apple #BCE5CA
RGB
CMYK
RGB Variations
Color information
#BCE5CA (or 0xBCE5CA) is known color: Granny Apple. HEX triplet: BC, E5 and CA. RGB value is (188,229,202). Sum of RGB (Red+Green+Blue) = 188+229+202=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5CA is #431A35. Grayscale: #D5D5D5. Windows color (decimal): -4397622 or 13297084. OLE color: 13297084.
HSL color Cylindrical-coordinate representation of color #BCE5CA: hue angle of 140.49º degrees, saturation: 0.44, 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 #BCE5CA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 202 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.10 |
| HSL | 140.49º | 0.44% | 0.82% | - |
| HSV(B) | 140.49º | 0.18% | 0.9% | - |
| XYZ | 59.42 | 70.99 | 66.45 | - |
| YUV | 213.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 202 | 0.18 | 0 | 0.12 | 0.10 | 140.49 | 0.44 | 0.82 |
| Hex | BC | E5 | CA | 12 | 0 | C | A | 8C | 2C | 52 |
| Octal | 274 | 345 | 312 | 22 | 0 | 14 | 12 | 214 | 54 | 122 |
| Binary | 10111100 | 11100101 | 11001010 | 10010 | 0 | 1100 | 1010 | 10001100 | 101100 | 1010010 |
Color Harmonies of #BCE5CA
Complementary color
Monochromatic Colors of #BCE5CA
Black with #BCE5CA
Text Example
Text Example
White with #BCE5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5CA; }
p { color: rgb(188,229,202); }
H1.HeaderClassName
{
color: #BCE5CA;
}
.AnyTagClassName
{
color: #BCE5CA;
}
</style>
background-color css
<style>
a { background-color: #BCE5CA; }
a { background-color: rgb(188,229,202); }
div.DivClassName
{
background-color: #BCE5CA;
}
.BgClassName
{
background-color: #BCE5CA;
}
</style>
border-color css
<style>
span { border-color: #BCE5CA; }
span { border-color: rgb(188,229,202); }
td.TdClassName
{
border-color: #BCE5CA;
}
.TagClassName
{
border-color: #BCE5CA;
}
</style>