Shades of Granny Apple #BCF0C9
Tints of Granny Apple #BCF0C9
RGB
CMYK
RGB Variations
Color information
#BCF0C9 (or 0xBCF0C9) is known color: Granny Apple. HEX triplet: BC, F0 and C9. RGB value is (188,240,201). Sum of RGB (Red+Green+Blue) = 188+240+201=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0C9 is #430F36. Grayscale: #DCDCDC. Windows color (decimal): -4394807 or 13234364. OLE color: 13234364.
HSL color Cylindrical-coordinate representation of color #BCF0C9: hue angle of 135º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0C9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 201 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.06 |
| HSL | 135º | 0.63% | 0.84% | - |
| HSV(B) | 135º | 0.22% | 0.94% | - |
| XYZ | 62.44 | 77.23 | 66.87 | - |
| YUV | 220.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 201 | 0.22 | 0 | 0.16 | 0.06 | 135 | 0.63 | 0.84 |
| Hex | BC | F0 | C9 | 16 | 0 | 10 | 6 | 87 | 3F | 54 |
| Octal | 274 | 360 | 311 | 26 | 0 | 20 | 6 | 207 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11001001 | 10110 | 0 | 10000 | 110 | 10000111 | 111111 | 1010100 |
Color Harmonies of #BCF0C9
Complementary color
Monochromatic Colors of #BCF0C9
Black with #BCF0C9
Text Example
Text Example
White with #BCF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0C9; }
p { color: rgb(188,240,201); }
H1.HeaderClassName
{
color: #BCF0C9;
}
.AnyTagClassName
{
color: #BCF0C9;
}
</style>
background-color css
<style>
a { background-color: #BCF0C9; }
a { background-color: rgb(188,240,201); }
div.DivClassName
{
background-color: #BCF0C9;
}
.BgClassName
{
background-color: #BCF0C9;
}
</style>
border-color css
<style>
span { border-color: #BCF0C9; }
span { border-color: rgb(188,240,201); }
td.TdClassName
{
border-color: #BCF0C9;
}
.TagClassName
{
border-color: #BCF0C9;
}
</style>