Shades of Granny Apple #BCFFCC
Tints of Granny Apple #BCFFCC
RGB
CMYK
RGB Variations
Color information
#BCFFCC (or 0xBCFFCC) is known color: Granny Apple. HEX triplet: BC, FF and CC. RGB value is (188,255,204). Sum of RGB (Red+Green+Blue) = 188+255+204=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCC is #430033. Grayscale: #E5E5E5. Windows color (decimal): -4390964 or 13434812. OLE color: 13434812.
HSL color Cylindrical-coordinate representation of color #BCFFCC: hue angle of 134.33º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFCC is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 204 | - |
| CMYK | 0.26 | 0 | 0.2 | 0 |
| HSL | 134.33º | 1% | 0.87% | - |
| HSV(B) | 134.33º | 0.26% | 1% | - |
| XYZ | 67.4 | 86.57 | 70.28 | - |
| YUV | 229.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 204 | 0.26 | 0 | 0.2 | 0 | 134.33 | 1 | 0.87 |
| Hex | BC | FF | CC | 1A | 0 | 14 | 0 | 86 | 64 | 57 |
| Octal | 274 | 377 | 314 | 32 | 0 | 24 | 0 | 206 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11001100 | 11010 | 0 | 10100 | 0 | 10000110 | 1100100 | 1010111 |
Color Harmonies of #BCFFCC
Complementary color
Monochromatic Colors of #BCFFCC
Black with #BCFFCC
Text Example
Text Example
White with #BCFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFCC; }
p { color: rgb(188,255,204); }
H1.HeaderClassName
{
color: #BCFFCC;
}
.AnyTagClassName
{
color: #BCFFCC;
}
</style>
background-color css
<style>
a { background-color: #BCFFCC; }
a { background-color: rgb(188,255,204); }
div.DivClassName
{
background-color: #BCFFCC;
}
.BgClassName
{
background-color: #BCFFCC;
}
</style>
border-color css
<style>
span { border-color: #BCFFCC; }
span { border-color: rgb(188,255,204); }
td.TdClassName
{
border-color: #BCFFCC;
}
.TagClassName
{
border-color: #BCFFCC;
}
</style>