Shades of Granny Apple #BCF9C2
Tints of Granny Apple #BCF9C2
RGB
CMYK
RGB Variations
Color information
#BCF9C2 (or 0xBCF9C2) is known color: Granny Apple. HEX triplet: BC, F9 and C2. RGB value is (188,249,194). Sum of RGB (Red+Green+Blue) = 188+249+194=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C2 is #43063D. Grayscale: #E0E0E0. Windows color (decimal): -4392510 or 12777916. OLE color: 12777916.
HSL color Cylindrical-coordinate representation of color #BCF9C2: hue angle of 125.9º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9C2 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 194 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.02 |
| HSL | 125.9º | 0.84% | 0.86% | - |
| HSV(B) | 125.9º | 0.24% | 0.98% | - |
| XYZ | 64.35 | 82.34 | 63.54 | - |
| YUV | 224.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 194 | 0.24 | 0 | 0.22 | 0.02 | 125.9 | 0.84 | 0.86 |
| Hex | BC | F9 | C2 | 18 | 0 | 16 | 2 | 7E | 54 | 56 |
| Octal | 274 | 371 | 302 | 30 | 0 | 26 | 2 | 176 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11000010 | 11000 | 0 | 10110 | 10 | 1111110 | 1010100 | 1010110 |
Color Harmonies of #BCF9C2
Complementary color
Monochromatic Colors of #BCF9C2
Black with #BCF9C2
Text Example
Text Example
White with #BCF9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9C2; }
p { color: rgb(188,249,194); }
H1.HeaderClassName
{
color: #BCF9C2;
}
.AnyTagClassName
{
color: #BCF9C2;
}
</style>
background-color css
<style>
a { background-color: #BCF9C2; }
a { background-color: rgb(188,249,194); }
div.DivClassName
{
background-color: #BCF9C2;
}
.BgClassName
{
background-color: #BCF9C2;
}
</style>
border-color css
<style>
span { border-color: #BCF9C2; }
span { border-color: rgb(188,249,194); }
td.TdClassName
{
border-color: #BCF9C2;
}
.TagClassName
{
border-color: #BCF9C2;
}
</style>