Shades of Granny Apple #BCFDCC
Tints of Granny Apple #BCFDCC
RGB
CMYK
RGB Variations
Color information
#BCFDCC (or 0xBCFDCC) is known color: Granny Apple. HEX triplet: BC, FD and CC. RGB value is (188,253,204). Sum of RGB (Red+Green+Blue) = 188+253+204=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDCC is #430233. Grayscale: #E4E4E4. Windows color (decimal): -4391476 or 13434300. OLE color: 13434300.
HSL color Cylindrical-coordinate representation of color #BCFDCC: hue angle of 134.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDCC is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 204 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.01 |
| HSL | 134.77º | 0.94% | 0.86% | - |
| HSV(B) | 134.77º | 0.26% | 0.99% | - |
| XYZ | 66.76 | 85.3 | 70.07 | - |
| YUV | 227.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 204 | 0.26 | 0 | 0.19 | 0.01 | 134.77 | 0.94 | 0.86 |
| Hex | BC | FD | CC | 1A | 0 | 13 | 1 | 87 | 5E | 56 |
| Octal | 274 | 375 | 314 | 32 | 0 | 23 | 1 | 207 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11001100 | 11010 | 0 | 10011 | 1 | 10000111 | 1011110 | 1010110 |
Color Harmonies of #BCFDCC
Complementary color
Monochromatic Colors of #BCFDCC
Black with #BCFDCC
Text Example
Text Example
White with #BCFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDCC; }
p { color: rgb(188,253,204); }
H1.HeaderClassName
{
color: #BCFDCC;
}
.AnyTagClassName
{
color: #BCFDCC;
}
</style>
background-color css
<style>
a { background-color: #BCFDCC; }
a { background-color: rgb(188,253,204); }
div.DivClassName
{
background-color: #BCFDCC;
}
.BgClassName
{
background-color: #BCFDCC;
}
</style>
border-color css
<style>
span { border-color: #BCFDCC; }
span { border-color: rgb(188,253,204); }
td.TdClassName
{
border-color: #BCFDCC;
}
.TagClassName
{
border-color: #BCFDCC;
}
</style>