Shades of Granny Apple #BCFAC2
Tints of Granny Apple #BCFAC2
RGB
CMYK
RGB Variations
Color information
#BCFAC2 (or 0xBCFAC2) is known color: Granny Apple. HEX triplet: BC, FA and C2. RGB value is (188,250,194). Sum of RGB (Red+Green+Blue) = 188+250+194=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC2 is #43053D. Grayscale: #E1E1E1. Windows color (decimal): -4392254 or 12778172. OLE color: 12778172.
HSL color Cylindrical-coordinate representation of color #BCFAC2: hue angle of 125.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAC2 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 194 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.02 |
| HSL | 125.81º | 0.86% | 0.86% | - |
| HSV(B) | 125.81º | 0.25% | 0.98% | - |
| XYZ | 64.66 | 82.96 | 63.64 | - |
| YUV | 225.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 194 | 0.25 | 0 | 0.22 | 0.02 | 125.81 | 0.86 | 0.86 |
| Hex | BC | FA | C2 | 19 | 0 | 16 | 2 | 7E | 56 | 56 |
| Octal | 274 | 372 | 302 | 31 | 0 | 26 | 2 | 176 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11000010 | 11001 | 0 | 10110 | 10 | 1111110 | 1010110 | 1010110 |
Color Harmonies of #BCFAC2
Complementary color
Monochromatic Colors of #BCFAC2
Black with #BCFAC2
Text Example
Text Example
White with #BCFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAC2; }
p { color: rgb(188,250,194); }
H1.HeaderClassName
{
color: #BCFAC2;
}
.AnyTagClassName
{
color: #BCFAC2;
}
</style>
background-color css
<style>
a { background-color: #BCFAC2; }
a { background-color: rgb(188,250,194); }
div.DivClassName
{
background-color: #BCFAC2;
}
.BgClassName
{
background-color: #BCFAC2;
}
</style>
border-color css
<style>
span { border-color: #BCFAC2; }
span { border-color: rgb(188,250,194); }
td.TdClassName
{
border-color: #BCFAC2;
}
.TagClassName
{
border-color: #BCFAC2;
}
</style>