Shades of Granny Apple #BCF2C6
Tints of Granny Apple #BCF2C6
RGB
CMYK
RGB Variations
Color information
#BCF2C6 (or 0xBCF2C6) is known color: Granny Apple. HEX triplet: BC, F2 and C6. RGB value is (188,242,198). Sum of RGB (Red+Green+Blue) = 188+242+198=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2C6 is #430D39. Grayscale: #DCDCDC. Windows color (decimal): -4394298 or 13038268. OLE color: 13038268.
HSL color Cylindrical-coordinate representation of color #BCF2C6: hue angle of 131.11º 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 #BCF2C6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 198 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.05 |
| HSL | 131.11º | 0.68% | 0.84% | - |
| HSV(B) | 131.11º | 0.22% | 0.95% | - |
| XYZ | 62.68 | 78.27 | 65.23 | - |
| YUV | 220.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 198 | 0.22 | 0 | 0.18 | 0.05 | 131.11 | 0.68 | 0.84 |
| Hex | BC | F2 | C6 | 16 | 0 | 12 | 5 | 83 | 44 | 54 |
| Octal | 274 | 362 | 306 | 26 | 0 | 22 | 5 | 203 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11000110 | 10110 | 0 | 10010 | 101 | 10000011 | 1000100 | 1010100 |
Color Harmonies of #BCF2C6
Complementary color
Monochromatic Colors of #BCF2C6
Black with #BCF2C6
Text Example
Text Example
White with #BCF2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2C6; }
p { color: rgb(188,242,198); }
H1.HeaderClassName
{
color: #BCF2C6;
}
.AnyTagClassName
{
color: #BCF2C6;
}
</style>
background-color css
<style>
a { background-color: #BCF2C6; }
a { background-color: rgb(188,242,198); }
div.DivClassName
{
background-color: #BCF2C6;
}
.BgClassName
{
background-color: #BCF2C6;
}
</style>
border-color css
<style>
span { border-color: #BCF2C6; }
span { border-color: rgb(188,242,198); }
td.TdClassName
{
border-color: #BCF2C6;
}
.TagClassName
{
border-color: #BCF2C6;
}
</style>