Shades of Granny Apple #BCE6C4
Tints of Granny Apple #BCE6C4
RGB
CMYK
RGB Variations
Color information
#BCE6C4 (or 0xBCE6C4) is known color: Granny Apple. HEX triplet: BC, E6 and C4. RGB value is (188,230,196). Sum of RGB (Red+Green+Blue) = 188+230+196=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE6C4 is #43193B. Grayscale: #D5D5D5. Windows color (decimal): -4397372 or 12904124. OLE color: 12904124.
HSL color Cylindrical-coordinate representation of color #BCE6C4: hue angle of 131.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE6C4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 196 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.10 |
| HSL | 131.43º | 0.46% | 0.82% | - |
| HSV(B) | 131.43º | 0.18% | 0.9% | - |
| XYZ | 59 | 71.27 | 62.87 | - |
| YUV | 213.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 196 | 0.18 | 0 | 0.15 | 0.10 | 131.43 | 0.46 | 0.82 |
| Hex | BC | E6 | C4 | 12 | 0 | F | A | 83 | 2E | 52 |
| Octal | 274 | 346 | 304 | 22 | 0 | 17 | 12 | 203 | 56 | 122 |
| Binary | 10111100 | 11100110 | 11000100 | 10010 | 0 | 1111 | 1010 | 10000011 | 101110 | 1010010 |
Color Harmonies of #BCE6C4
Complementary color
Monochromatic Colors of #BCE6C4
Black with #BCE6C4
Text Example
Text Example
White with #BCE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6C4; }
p { color: rgb(188,230,196); }
H1.HeaderClassName
{
color: #BCE6C4;
}
.AnyTagClassName
{
color: #BCE6C4;
}
</style>
background-color css
<style>
a { background-color: #BCE6C4; }
a { background-color: rgb(188,230,196); }
div.DivClassName
{
background-color: #BCE6C4;
}
.BgClassName
{
background-color: #BCE6C4;
}
</style>
border-color css
<style>
span { border-color: #BCE6C4; }
span { border-color: rgb(188,230,196); }
td.TdClassName
{
border-color: #BCE6C4;
}
.TagClassName
{
border-color: #BCE6C4;
}
</style>