Shades of Granny Apple #BCEBC5
Tints of Granny Apple #BCEBC5
RGB
CMYK
RGB Variations
Color information
#BCEBC5 (or 0xBCEBC5) is known color: Granny Apple. HEX triplet: BC, EB and C5. RGB value is (188,235,197). Sum of RGB (Red+Green+Blue) = 188+235+197=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC5 is #43143A. Grayscale: #D8D8D8. Windows color (decimal): -4396091 or 12970940. OLE color: 12970940.
HSL color Cylindrical-coordinate representation of color #BCEBC5: hue angle of 131.49º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBC5 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 197 | - |
| CMYK | 0.2 | 0 | 0.16 | 0.08 |
| HSL | 131.49º | 0.54% | 0.83% | - |
| HSV(B) | 131.49º | 0.2% | 0.92% | - |
| XYZ | 60.53 | 74.14 | 63.94 | - |
| YUV | 216.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 197 | 0.2 | 0 | 0.16 | 0.08 | 131.49 | 0.54 | 0.83 |
| Hex | BC | EB | C5 | 14 | 0 | 10 | 8 | 83 | 36 | 53 |
| Octal | 274 | 353 | 305 | 24 | 0 | 20 | 10 | 203 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11000101 | 10100 | 0 | 10000 | 1000 | 10000011 | 110110 | 1010011 |
Color Harmonies of #BCEBC5
Complementary color
Monochromatic Colors of #BCEBC5
Black with #BCEBC5
Text Example
Text Example
White with #BCEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBC5; }
p { color: rgb(188,235,197); }
H1.HeaderClassName
{
color: #BCEBC5;
}
.AnyTagClassName
{
color: #BCEBC5;
}
</style>
background-color css
<style>
a { background-color: #BCEBC5; }
a { background-color: rgb(188,235,197); }
div.DivClassName
{
background-color: #BCEBC5;
}
.BgClassName
{
background-color: #BCEBC5;
}
</style>
border-color css
<style>
span { border-color: #BCEBC5; }
span { border-color: rgb(188,235,197); }
td.TdClassName
{
border-color: #BCEBC5;
}
.TagClassName
{
border-color: #BCEBC5;
}
</style>