Shades of Granny Apple #BCE3CA
Tints of Granny Apple #BCE3CA
RGB
CMYK
RGB Variations
Color information
#BCE3CA (or 0xBCE3CA) is known color: Granny Apple. HEX triplet: BC, E3 and CA. RGB value is (188,227,202). Sum of RGB (Red+Green+Blue) = 188+227+202=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3CA is #431C35. Grayscale: #D4D4D4. Windows color (decimal): -4398134 or 13296572. OLE color: 13296572.
HSL color Cylindrical-coordinate representation of color #BCE3CA: hue angle of 141.54º degrees, saturation: 0.41, 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 #BCE3CA is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 202 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 141.54º | 0.41% | 0.81% | - |
| HSV(B) | 141.54º | 0.17% | 0.89% | - |
| XYZ | 58.87 | 69.89 | 66.27 | - |
| YUV | 212.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 202 | 0.17 | 0 | 0.11 | 0.11 | 141.54 | 0.41 | 0.81 |
| Hex | BC | E3 | CA | 11 | 0 | B | B | 8E | 29 | 51 |
| Octal | 274 | 343 | 312 | 21 | 0 | 13 | 13 | 216 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11001010 | 10001 | 0 | 1011 | 1011 | 10001110 | 101001 | 1010001 |
Color Harmonies of #BCE3CA
Complementary color
Monochromatic Colors of #BCE3CA
Black with #BCE3CA
Text Example
Text Example
White with #BCE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3CA; }
p { color: rgb(188,227,202); }
H1.HeaderClassName
{
color: #BCE3CA;
}
.AnyTagClassName
{
color: #BCE3CA;
}
</style>
background-color css
<style>
a { background-color: #BCE3CA; }
a { background-color: rgb(188,227,202); }
div.DivClassName
{
background-color: #BCE3CA;
}
.BgClassName
{
background-color: #BCE3CA;
}
</style>
border-color css
<style>
span { border-color: #BCE3CA; }
span { border-color: rgb(188,227,202); }
td.TdClassName
{
border-color: #BCE3CA;
}
.TagClassName
{
border-color: #BCE3CA;
}
</style>