Shades of Granny Apple #BCECC6
Tints of Granny Apple #BCECC6
RGB
CMYK
RGB Variations
Color information
#BCECC6 (or 0xBCECC6) is known color: Granny Apple. HEX triplet: BC, EC and C6. RGB value is (188,236,198). Sum of RGB (Red+Green+Blue) = 188+236+198=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECC6 is #431339. Grayscale: #D9D9D9. Windows color (decimal): -4395834 or 13036732. OLE color: 13036732.
HSL color Cylindrical-coordinate representation of color #BCECC6: hue angle of 132.5º 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 #BCECC6 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 198 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.07 |
| HSL | 132.5º | 0.56% | 0.83% | - |
| HSV(B) | 132.5º | 0.2% | 0.93% | - |
| XYZ | 60.93 | 74.76 | 64.64 | - |
| YUV | 217.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 198 | 0.20 | 0 | 0.16 | 0.07 | 132.5 | 0.56 | 0.83 |
| Hex | BC | EC | C6 | 14 | 0 | 10 | 7 | 84 | 38 | 53 |
| Octal | 274 | 354 | 306 | 24 | 0 | 20 | 7 | 204 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11000110 | 10100 | 0 | 10000 | 111 | 10000100 | 111000 | 1010011 |
Color Harmonies of #BCECC6
Complementary color
Monochromatic Colors of #BCECC6
Black with #BCECC6
Text Example
Text Example
White with #BCECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECC6; }
p { color: rgb(188,236,198); }
H1.HeaderClassName
{
color: #BCECC6;
}
.AnyTagClassName
{
color: #BCECC6;
}
</style>
background-color css
<style>
a { background-color: #BCECC6; }
a { background-color: rgb(188,236,198); }
div.DivClassName
{
background-color: #BCECC6;
}
.BgClassName
{
background-color: #BCECC6;
}
</style>
border-color css
<style>
span { border-color: #BCECC6; }
span { border-color: rgb(188,236,198); }
td.TdClassName
{
border-color: #BCECC6;
}
.TagClassName
{
border-color: #BCECC6;
}
</style>