Shades of Granny Apple #BCF2C3
Tints of Granny Apple #BCF2C3
RGB
CMYK
RGB Variations
Color information
#BCF2C3 (or 0xBCF2C3) is known color: Granny Apple. HEX triplet: BC, F2 and C3. RGB value is (188,242,195). Sum of RGB (Red+Green+Blue) = 188+242+195=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2C3 is #430D3C. Grayscale: #DCDCDC. Windows color (decimal): -4394301 or 12841660. OLE color: 12841660.
HSL color Cylindrical-coordinate representation of color #BCF2C3: hue angle of 127.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2C3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 195 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.05 |
| HSL | 127.78º | 0.68% | 0.84% | - |
| HSV(B) | 127.78º | 0.22% | 0.95% | - |
| XYZ | 62.34 | 78.14 | 63.43 | - |
| YUV | 220.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 195 | 0.22 | 0 | 0.19 | 0.05 | 127.78 | 0.68 | 0.84 |
| Hex | BC | F2 | C3 | 16 | 0 | 13 | 5 | 80 | 44 | 54 |
| Octal | 274 | 362 | 303 | 26 | 0 | 23 | 5 | 200 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11000011 | 10110 | 0 | 10011 | 101 | 10000000 | 1000100 | 1010100 |
Color Harmonies of #BCF2C3
Complementary color
Monochromatic Colors of #BCF2C3
Black with #BCF2C3
Text Example
Text Example
White with #BCF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2C3; }
p { color: rgb(188,242,195); }
H1.HeaderClassName
{
color: #BCF2C3;
}
.AnyTagClassName
{
color: #BCF2C3;
}
</style>
background-color css
<style>
a { background-color: #BCF2C3; }
a { background-color: rgb(188,242,195); }
div.DivClassName
{
background-color: #BCF2C3;
}
.BgClassName
{
background-color: #BCF2C3;
}
</style>
border-color css
<style>
span { border-color: #BCF2C3; }
span { border-color: rgb(188,242,195); }
td.TdClassName
{
border-color: #BCF2C3;
}
.TagClassName
{
border-color: #BCF2C3;
}
</style>