Shades of Granny Apple #BCF9C5
Tints of Granny Apple #BCF9C5
RGB
CMYK
RGB Variations
Color information
#BCF9C5 (or 0xBCF9C5) is known color: Granny Apple. HEX triplet: BC, F9 and C5. RGB value is (188,249,197). Sum of RGB (Red+Green+Blue) = 188+249+197=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9C5 is #43063A. Grayscale: #E0E0E0. Windows color (decimal): -4392507 or 12974524. OLE color: 12974524.
HSL color Cylindrical-coordinate representation of color #BCF9C5: hue angle of 128.85º 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 #BCF9C5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 197 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.02 |
| HSL | 128.85º | 0.84% | 0.86% | - |
| HSV(B) | 128.85º | 0.24% | 0.98% | - |
| XYZ | 64.69 | 82.47 | 65.33 | - |
| YUV | 224.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 197 | 0.24 | 0 | 0.21 | 0.02 | 128.85 | 0.84 | 0.86 |
| Hex | BC | F9 | C5 | 18 | 0 | 15 | 2 | 81 | 54 | 56 |
| Octal | 274 | 371 | 305 | 30 | 0 | 25 | 2 | 201 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11000101 | 11000 | 0 | 10101 | 10 | 10000001 | 1010100 | 1010110 |
Color Harmonies of #BCF9C5
Complementary color
Monochromatic Colors of #BCF9C5
Black with #BCF9C5
Text Example
Text Example
White with #BCF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9C5; }
p { color: rgb(188,249,197); }
H1.HeaderClassName
{
color: #BCF9C5;
}
.AnyTagClassName
{
color: #BCF9C5;
}
</style>
background-color css
<style>
a { background-color: #BCF9C5; }
a { background-color: rgb(188,249,197); }
div.DivClassName
{
background-color: #BCF9C5;
}
.BgClassName
{
background-color: #BCF9C5;
}
</style>
border-color css
<style>
span { border-color: #BCF9C5; }
span { border-color: rgb(188,249,197); }
td.TdClassName
{
border-color: #BCF9C5;
}
.TagClassName
{
border-color: #BCF9C5;
}
</style>