Shades of Granny Apple #BCECC7
Tints of Granny Apple #BCECC7
RGB
CMYK
RGB Variations
Color information
#BCECC7 (or 0xBCECC7) is known color: Granny Apple. HEX triplet: BC, EC and C7. RGB value is (188,236,199). Sum of RGB (Red+Green+Blue) = 188+236+199=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECC7 is #431338. Grayscale: #D9D9D9. Windows color (decimal): -4395833 or 13102268. OLE color: 13102268.
HSL color Cylindrical-coordinate representation of color #BCECC7: hue angle of 133.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCECC7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 199 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 133.75º | 0.56% | 0.83% | - |
| HSV(B) | 133.75º | 0.2% | 0.93% | - |
| XYZ | 61.04 | 74.81 | 65.25 | - |
| YUV | 217.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 199 | 0.20 | 0 | 0.16 | 0.07 | 133.75 | 0.56 | 0.83 |
| Hex | BC | EC | C7 | 14 | 0 | 10 | 7 | 86 | 38 | 53 |
| Octal | 274 | 354 | 307 | 24 | 0 | 20 | 7 | 206 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11000111 | 10100 | 0 | 10000 | 111 | 10000110 | 111000 | 1010011 |
Color Harmonies of #BCECC7
Complementary color
Monochromatic Colors of #BCECC7
Black with #BCECC7
Text Example
Text Example
White with #BCECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECC7; }
p { color: rgb(188,236,199); }
H1.HeaderClassName
{
color: #BCECC7;
}
.AnyTagClassName
{
color: #BCECC7;
}
</style>
background-color css
<style>
a { background-color: #BCECC7; }
a { background-color: rgb(188,236,199); }
div.DivClassName
{
background-color: #BCECC7;
}
.BgClassName
{
background-color: #BCECC7;
}
</style>
border-color css
<style>
span { border-color: #BCECC7; }
span { border-color: rgb(188,236,199); }
td.TdClassName
{
border-color: #BCECC7;
}
.TagClassName
{
border-color: #BCECC7;
}
</style>