Shades of Granny Apple #BCE4C8
Tints of Granny Apple #BCE4C8
RGB
CMYK
RGB Variations
Color information
#BCE4C8 (or 0xBCE4C8) is known color: Granny Apple. HEX triplet: BC, E4 and C8. RGB value is (188,228,200). Sum of RGB (Red+Green+Blue) = 188+228+200=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4C8 is #431B37. Grayscale: #D4D4D4. Windows color (decimal): -4397880 or 13165756. OLE color: 13165756.
HSL color Cylindrical-coordinate representation of color #BCE4C8: hue angle of 138º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4C8 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 200 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.11 |
| HSL | 138º | 0.43% | 0.82% | - |
| HSV(B) | 138º | 0.18% | 0.89% | - |
| XYZ | 58.91 | 70.35 | 65.12 | - |
| YUV | 212.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 200 | 0.18 | 0 | 0.12 | 0.11 | 138 | 0.43 | 0.82 |
| Hex | BC | E4 | C8 | 12 | 0 | C | B | 8A | 2B | 52 |
| Octal | 274 | 344 | 310 | 22 | 0 | 14 | 13 | 212 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11001000 | 10010 | 0 | 1100 | 1011 | 10001010 | 101011 | 1010010 |
Color Harmonies of #BCE4C8
Complementary color
Monochromatic Colors of #BCE4C8
Black with #BCE4C8
Text Example
Text Example
White with #BCE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4C8; }
p { color: rgb(188,228,200); }
H1.HeaderClassName
{
color: #BCE4C8;
}
.AnyTagClassName
{
color: #BCE4C8;
}
</style>
background-color css
<style>
a { background-color: #BCE4C8; }
a { background-color: rgb(188,228,200); }
div.DivClassName
{
background-color: #BCE4C8;
}
.BgClassName
{
background-color: #BCE4C8;
}
</style>
border-color css
<style>
span { border-color: #BCE4C8; }
span { border-color: rgb(188,228,200); }
td.TdClassName
{
border-color: #BCE4C8;
}
.TagClassName
{
border-color: #BCE4C8;
}
</style>