Shades of Granny Apple #BCEDC8
Tints of Granny Apple #BCEDC8
RGB
CMYK
RGB Variations
Color information
#BCEDC8 (or 0xBCEDC8) is known color: Granny Apple. HEX triplet: BC, ED and C8. RGB value is (188,237,200). Sum of RGB (Red+Green+Blue) = 188+237+200=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC8 is #431237. Grayscale: #DADADA. Windows color (decimal): -4395576 or 13168060. OLE color: 13168060.
HSL color Cylindrical-coordinate representation of color #BCEDC8: hue angle of 134.69º 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 #BCEDC8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 200 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.07 |
| HSL | 134.69º | 0.58% | 0.83% | - |
| HSV(B) | 134.69º | 0.21% | 0.93% | - |
| XYZ | 61.45 | 75.43 | 65.96 | - |
| YUV | 218.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 200 | 0.21 | 0 | 0.16 | 0.07 | 134.69 | 0.58 | 0.83 |
| Hex | BC | ED | C8 | 15 | 0 | 10 | 7 | 87 | 3A | 53 |
| Octal | 274 | 355 | 310 | 25 | 0 | 20 | 7 | 207 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11001000 | 10101 | 0 | 10000 | 111 | 10000111 | 111010 | 1010011 |
Color Harmonies of #BCEDC8
Complementary color
Monochromatic Colors of #BCEDC8
Black with #BCEDC8
Text Example
Text Example
White with #BCEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDC8; }
p { color: rgb(188,237,200); }
H1.HeaderClassName
{
color: #BCEDC8;
}
.AnyTagClassName
{
color: #BCEDC8;
}
</style>
background-color css
<style>
a { background-color: #BCEDC8; }
a { background-color: rgb(188,237,200); }
div.DivClassName
{
background-color: #BCEDC8;
}
.BgClassName
{
background-color: #BCEDC8;
}
</style>
border-color css
<style>
span { border-color: #BCEDC8; }
span { border-color: rgb(188,237,200); }
td.TdClassName
{
border-color: #BCEDC8;
}
.TagClassName
{
border-color: #BCEDC8;
}
</style>