Shades of Granny Apple #BCEDC6
Tints of Granny Apple #BCEDC6
RGB
CMYK
RGB Variations
Color information
#BCEDC6 (or 0xBCEDC6) is known color: Granny Apple. HEX triplet: BC, ED and C6. RGB value is (188,237,198). Sum of RGB (Red+Green+Blue) = 188+237+198=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC6 is #431239. Grayscale: #DADADA. Windows color (decimal): -4395578 or 13036988. OLE color: 13036988.
HSL color Cylindrical-coordinate representation of color #BCEDC6: hue angle of 132.24º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDC6 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 198 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.07 |
| HSL | 132.24º | 0.58% | 0.83% | - |
| HSV(B) | 132.24º | 0.21% | 0.93% | - |
| XYZ | 61.22 | 75.34 | 64.74 | - |
| YUV | 217.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 198 | 0.21 | 0 | 0.16 | 0.07 | 132.24 | 0.58 | 0.83 |
| Hex | BC | ED | C6 | 15 | 0 | 10 | 7 | 84 | 3A | 53 |
| Octal | 274 | 355 | 306 | 25 | 0 | 20 | 7 | 204 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11000110 | 10101 | 0 | 10000 | 111 | 10000100 | 111010 | 1010011 |
Color Harmonies of #BCEDC6
Complementary color
Monochromatic Colors of #BCEDC6
Black with #BCEDC6
Text Example
Text Example
White with #BCEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDC6; }
p { color: rgb(188,237,198); }
H1.HeaderClassName
{
color: #BCEDC6;
}
.AnyTagClassName
{
color: #BCEDC6;
}
</style>
background-color css
<style>
a { background-color: #BCEDC6; }
a { background-color: rgb(188,237,198); }
div.DivClassName
{
background-color: #BCEDC6;
}
.BgClassName
{
background-color: #BCEDC6;
}
</style>
border-color css
<style>
span { border-color: #BCEDC6; }
span { border-color: rgb(188,237,198); }
td.TdClassName
{
border-color: #BCEDC6;
}
.TagClassName
{
border-color: #BCEDC6;
}
</style>