Shades of Granny Apple #BCE7CC
Tints of Granny Apple #BCE7CC
RGB
CMYK
RGB Variations
Color information
#BCE7CC (or 0xBCE7CC) is known color: Granny Apple. HEX triplet: BC, E7 and CC. RGB value is (188,231,204). Sum of RGB (Red+Green+Blue) = 188+231+204=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7CC is #431833. Grayscale: #D7D7D7. Windows color (decimal): -4397108 or 13428668. OLE color: 13428668.
HSL color Cylindrical-coordinate representation of color #BCE7CC: hue angle of 142.33º 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 #BCE7CC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 204 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.09 |
| HSL | 142.33º | 0.47% | 0.82% | - |
| HSV(B) | 142.33º | 0.19% | 0.91% | - |
| XYZ | 60.21 | 72.2 | 67.89 | - |
| YUV | 215.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 204 | 0.19 | 0 | 0.12 | 0.09 | 142.33 | 0.47 | 0.82 |
| Hex | BC | E7 | CC | 13 | 0 | C | 9 | 8E | 2F | 52 |
| Octal | 274 | 347 | 314 | 23 | 0 | 14 | 11 | 216 | 57 | 122 |
| Binary | 10111100 | 11100111 | 11001100 | 10011 | 0 | 1100 | 1001 | 10001110 | 101111 | 1010010 |
Color Harmonies of #BCE7CC
Complementary color
Monochromatic Colors of #BCE7CC
Black with #BCE7CC
Text Example
Text Example
White with #BCE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7CC; }
p { color: rgb(188,231,204); }
H1.HeaderClassName
{
color: #BCE7CC;
}
.AnyTagClassName
{
color: #BCE7CC;
}
</style>
background-color css
<style>
a { background-color: #BCE7CC; }
a { background-color: rgb(188,231,204); }
div.DivClassName
{
background-color: #BCE7CC;
}
.BgClassName
{
background-color: #BCE7CC;
}
</style>
border-color css
<style>
span { border-color: #BCE7CC; }
span { border-color: rgb(188,231,204); }
td.TdClassName
{
border-color: #BCE7CC;
}
.TagClassName
{
border-color: #BCE7CC;
}
</style>