Shades of Granny Apple #BCE2CA
Tints of Granny Apple #BCE2CA
RGB
CMYK
RGB Variations
Color information
#BCE2CA (or 0xBCE2CA) is known color: Granny Apple. HEX triplet: BC, E2 and CA. RGB value is (188,226,202). Sum of RGB (Red+Green+Blue) = 188+226+202=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2CA is #431D35. Grayscale: #D3D3D3. Windows color (decimal): -4398390 or 13296316. OLE color: 13296316.
HSL color Cylindrical-coordinate representation of color #BCE2CA: hue angle of 142.11º 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 #BCE2CA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 202 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 142.11º | 0.4% | 0.81% | - |
| HSV(B) | 142.11º | 0.17% | 0.89% | - |
| XYZ | 58.6 | 69.35 | 66.17 | - |
| YUV | 211.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 202 | 0.17 | 0 | 0.11 | 0.11 | 142.11 | 0.4 | 0.81 |
| Hex | BC | E2 | CA | 11 | 0 | B | B | 8E | 28 | 51 |
| Octal | 274 | 342 | 312 | 21 | 0 | 13 | 13 | 216 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11001010 | 10001 | 0 | 1011 | 1011 | 10001110 | 101000 | 1010001 |
Color Harmonies of #BCE2CA
Complementary color
Monochromatic Colors of #BCE2CA
Black with #BCE2CA
Text Example
Text Example
White with #BCE2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2CA; }
p { color: rgb(188,226,202); }
H1.HeaderClassName
{
color: #BCE2CA;
}
.AnyTagClassName
{
color: #BCE2CA;
}
</style>
background-color css
<style>
a { background-color: #BCE2CA; }
a { background-color: rgb(188,226,202); }
div.DivClassName
{
background-color: #BCE2CA;
}
.BgClassName
{
background-color: #BCE2CA;
}
</style>
border-color css
<style>
span { border-color: #BCE2CA; }
span { border-color: rgb(188,226,202); }
td.TdClassName
{
border-color: #BCE2CA;
}
.TagClassName
{
border-color: #BCE2CA;
}
</style>