Shades of Granny Apple #BCEBC7
Tints of Granny Apple #BCEBC7
RGB
CMYK
RGB Variations
Color information
#BCEBC7 (or 0xBCEBC7) is known color: Granny Apple. HEX triplet: BC, EB and C7. RGB value is (188,235,199). Sum of RGB (Red+Green+Blue) = 188+235+199=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBC7 is #431438. Grayscale: #D8D8D8. Windows color (decimal): -4396089 or 13102012. OLE color: 13102012.
HSL color Cylindrical-coordinate representation of color #BCEBC7: hue angle of 134.04º 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 #BCEBC7 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 199 | - |
| CMYK | 0.2 | 0 | 0.15 | 0.08 |
| HSL | 134.04º | 0.54% | 0.83% | - |
| HSV(B) | 134.04º | 0.2% | 0.92% | - |
| XYZ | 60.76 | 74.23 | 65.16 | - |
| YUV | 216.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 199 | 0.2 | 0 | 0.15 | 0.08 | 134.04 | 0.54 | 0.83 |
| Hex | BC | EB | C7 | 14 | 0 | F | 8 | 86 | 36 | 53 |
| Octal | 274 | 353 | 307 | 24 | 0 | 17 | 10 | 206 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11000111 | 10100 | 0 | 1111 | 1000 | 10000110 | 110110 | 1010011 |
Color Harmonies of #BCEBC7
Complementary color
Monochromatic Colors of #BCEBC7
Black with #BCEBC7
Text Example
Text Example
White with #BCEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBC7; }
p { color: rgb(188,235,199); }
H1.HeaderClassName
{
color: #BCEBC7;
}
.AnyTagClassName
{
color: #BCEBC7;
}
</style>
background-color css
<style>
a { background-color: #BCEBC7; }
a { background-color: rgb(188,235,199); }
div.DivClassName
{
background-color: #BCEBC7;
}
.BgClassName
{
background-color: #BCEBC7;
}
</style>
border-color css
<style>
span { border-color: #BCEBC7; }
span { border-color: rgb(188,235,199); }
td.TdClassName
{
border-color: #BCEBC7;
}
.TagClassName
{
border-color: #BCEBC7;
}
</style>