Shades of Granny Apple #BCE7CA
Tints of Granny Apple #BCE7CA
RGB
CMYK
RGB Variations
Color information
#BCE7CA (or 0xBCE7CA) is known color: Granny Apple. HEX triplet: BC, E7 and CA. RGB value is (188,231,202). Sum of RGB (Red+Green+Blue) = 188+231+202=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7CA is #431835. Grayscale: #D6D6D6. Windows color (decimal): -4397110 or 13297596. OLE color: 13297596.
HSL color Cylindrical-coordinate representation of color #BCE7CA: hue angle of 139.53º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7CA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 202 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.09 |
| HSL | 139.53º | 0.47% | 0.82% | - |
| HSV(B) | 139.53º | 0.19% | 0.91% | - |
| XYZ | 59.98 | 72.11 | 66.63 | - |
| YUV | 214.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 202 | 0.19 | 0 | 0.13 | 0.09 | 139.53 | 0.47 | 0.82 |
| Hex | BC | E7 | CA | 13 | 0 | D | 9 | 8C | 2F | 52 |
| Octal | 274 | 347 | 312 | 23 | 0 | 15 | 11 | 214 | 57 | 122 |
| Binary | 10111100 | 11100111 | 11001010 | 10011 | 0 | 1101 | 1001 | 10001100 | 101111 | 1010010 |
Color Harmonies of #BCE7CA
Complementary color
Monochromatic Colors of #BCE7CA
Black with #BCE7CA
Text Example
Text Example
White with #BCE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7CA; }
p { color: rgb(188,231,202); }
H1.HeaderClassName
{
color: #BCE7CA;
}
.AnyTagClassName
{
color: #BCE7CA;
}
</style>
background-color css
<style>
a { background-color: #BCE7CA; }
a { background-color: rgb(188,231,202); }
div.DivClassName
{
background-color: #BCE7CA;
}
.BgClassName
{
background-color: #BCE7CA;
}
</style>
border-color css
<style>
span { border-color: #BCE7CA; }
span { border-color: rgb(188,231,202); }
td.TdClassName
{
border-color: #BCE7CA;
}
.TagClassName
{
border-color: #BCE7CA;
}
</style>