Shades of Granny Apple #BCECCD
Tints of Granny Apple #BCECCD
RGB
CMYK
RGB Variations
Color information
#BCECCD (or 0xBCECCD) is known color: Granny Apple. HEX triplet: BC, EC and CD. RGB value is (188,236,205). Sum of RGB (Red+Green+Blue) = 188+236+205=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCD is #431332. Grayscale: #DADADA. Windows color (decimal): -4395827 or 13495484. OLE color: 13495484.
HSL color Cylindrical-coordinate representation of color #BCECCD: hue angle of 141.25º 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 #BCECCD is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 205 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.07 |
| HSL | 141.25º | 0.56% | 0.83% | - |
| HSV(B) | 141.25º | 0.2% | 0.93% | - |
| XYZ | 61.75 | 75.09 | 69 | - |
| YUV | 218.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 205 | 0.20 | 0 | 0.13 | 0.07 | 141.25 | 0.56 | 0.83 |
| Hex | BC | EC | CD | 14 | 0 | D | 7 | 8D | 38 | 53 |
| Octal | 274 | 354 | 315 | 24 | 0 | 15 | 7 | 215 | 70 | 123 |
| Binary | 10111100 | 11101100 | 11001101 | 10100 | 0 | 1101 | 111 | 10001101 | 111000 | 1010011 |
Color Harmonies of #BCECCD
Complementary color
Monochromatic Colors of #BCECCD
Black with #BCECCD
Text Example
Text Example
White with #BCECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECCD; }
p { color: rgb(188,236,205); }
H1.HeaderClassName
{
color: #BCECCD;
}
.AnyTagClassName
{
color: #BCECCD;
}
</style>
background-color css
<style>
a { background-color: #BCECCD; }
a { background-color: rgb(188,236,205); }
div.DivClassName
{
background-color: #BCECCD;
}
.BgClassName
{
background-color: #BCECCD;
}
</style>
border-color css
<style>
span { border-color: #BCECCD; }
span { border-color: rgb(188,236,205); }
td.TdClassName
{
border-color: #BCECCD;
}
.TagClassName
{
border-color: #BCECCD;
}
</style>