Shades of Granny Apple #BCFCCC
Tints of Granny Apple #BCFCCC
RGB
CMYK
RGB Variations
Color information
#BCFCCC (or 0xBCFCCC) is known color: Granny Apple. HEX triplet: BC, FC and CC. RGB value is (188,252,204). Sum of RGB (Red+Green+Blue) = 188+252+204=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCCC is #430333. Grayscale: #E3E3E3. Windows color (decimal): -4391732 or 13434044. OLE color: 13434044.
HSL color Cylindrical-coordinate representation of color #BCFCCC: hue angle of 135º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCCC is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 204 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.01 |
| HSL | 135º | 0.91% | 0.86% | - |
| HSV(B) | 135º | 0.25% | 0.99% | - |
| XYZ | 66.45 | 84.67 | 69.97 | - |
| YUV | 227.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 204 | 0.25 | 0 | 0.19 | 0.01 | 135 | 0.91 | 0.86 |
| Hex | BC | FC | CC | 19 | 0 | 13 | 1 | 87 | 5B | 56 |
| Octal | 274 | 374 | 314 | 31 | 0 | 23 | 1 | 207 | 133 | 126 |
| Binary | 10111100 | 11111100 | 11001100 | 11001 | 0 | 10011 | 1 | 10000111 | 1011011 | 1010110 |
Color Harmonies of #BCFCCC
Complementary color
Monochromatic Colors of #BCFCCC
Black with #BCFCCC
Text Example
Text Example
White with #BCFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFCCC; }
p { color: rgb(188,252,204); }
H1.HeaderClassName
{
color: #BCFCCC;
}
.AnyTagClassName
{
color: #BCFCCC;
}
</style>
background-color css
<style>
a { background-color: #BCFCCC; }
a { background-color: rgb(188,252,204); }
div.DivClassName
{
background-color: #BCFCCC;
}
.BgClassName
{
background-color: #BCFCCC;
}
</style>
border-color css
<style>
span { border-color: #BCFCCC; }
span { border-color: rgb(188,252,204); }
td.TdClassName
{
border-color: #BCFCCC;
}
.TagClassName
{
border-color: #BCFCCC;
}
</style>