Shades of Granny Apple #BCFFCA
Tints of Granny Apple #BCFFCA
RGB
CMYK
RGB Variations
Color information
#BCFFCA (or 0xBCFFCA) is known color: Granny Apple. HEX triplet: BC, FF and CA. RGB value is (188,255,202). Sum of RGB (Red+Green+Blue) = 188+255+202=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCA is #430035. Grayscale: #E5E5E5. Windows color (decimal): -4390966 or 13303740. OLE color: 13303740.
HSL color Cylindrical-coordinate representation of color #BCFFCA: hue angle of 132.54º 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 #BCFFCA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 202 | - |
| CMYK | 0.26 | 0 | 0.21 | 0 |
| HSL | 132.54º | 1% | 0.87% | - |
| HSV(B) | 132.54º | 0.26% | 1% | - |
| XYZ | 67.16 | 86.48 | 69.03 | - |
| YUV | 228.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 202 | 0.26 | 0 | 0.21 | 0 | 132.54 | 1 | 0.87 |
| Hex | BC | FF | CA | 1A | 0 | 15 | 0 | 85 | 64 | 57 |
| Octal | 274 | 377 | 312 | 32 | 0 | 25 | 0 | 205 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11001010 | 11010 | 0 | 10101 | 0 | 10000101 | 1100100 | 1010111 |
Color Harmonies of #BCFFCA
Complementary color
Monochromatic Colors of #BCFFCA
Black with #BCFFCA
Text Example
Text Example
White with #BCFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFCA; }
p { color: rgb(188,255,202); }
H1.HeaderClassName
{
color: #BCFFCA;
}
.AnyTagClassName
{
color: #BCFFCA;
}
</style>
background-color css
<style>
a { background-color: #BCFFCA; }
a { background-color: rgb(188,255,202); }
div.DivClassName
{
background-color: #BCFFCA;
}
.BgClassName
{
background-color: #BCFFCA;
}
</style>
border-color css
<style>
span { border-color: #BCFFCA; }
span { border-color: rgb(188,255,202); }
td.TdClassName
{
border-color: #BCFFCA;
}
.TagClassName
{
border-color: #BCFFCA;
}
</style>