Shades of Granny Apple #BCF8C5
Tints of Granny Apple #BCF8C5
RGB
CMYK
RGB Variations
Color information
#BCF8C5 (or 0xBCF8C5) is known color: Granny Apple. HEX triplet: BC, F8 and C5. RGB value is (188,248,197). Sum of RGB (Red+Green+Blue) = 188+248+197=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8C5 is #43073A. Grayscale: #E0E0E0. Windows color (decimal): -4392763 or 12974268. OLE color: 12974268.
HSL color Cylindrical-coordinate representation of color #BCF8C5: hue angle of 129º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8C5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 197 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.03 |
| HSL | 129º | 0.81% | 0.85% | - |
| HSV(B) | 129º | 0.24% | 0.97% | - |
| XYZ | 64.38 | 81.86 | 65.23 | - |
| YUV | 224.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 197 | 0.24 | 0 | 0.21 | 0.03 | 129 | 0.81 | 0.85 |
| Hex | BC | F8 | C5 | 18 | 0 | 15 | 3 | 81 | 51 | 55 |
| Octal | 274 | 370 | 305 | 30 | 0 | 25 | 3 | 201 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11000101 | 11000 | 0 | 10101 | 11 | 10000001 | 1010001 | 1010101 |
Color Harmonies of #BCF8C5
Complementary color
Monochromatic Colors of #BCF8C5
Black with #BCF8C5
Text Example
Text Example
White with #BCF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8C5; }
p { color: rgb(188,248,197); }
H1.HeaderClassName
{
color: #BCF8C5;
}
.AnyTagClassName
{
color: #BCF8C5;
}
</style>
background-color css
<style>
a { background-color: #BCF8C5; }
a { background-color: rgb(188,248,197); }
div.DivClassName
{
background-color: #BCF8C5;
}
.BgClassName
{
background-color: #BCF8C5;
}
</style>
border-color css
<style>
span { border-color: #BCF8C5; }
span { border-color: rgb(188,248,197); }
td.TdClassName
{
border-color: #BCF8C5;
}
.TagClassName
{
border-color: #BCF8C5;
}
</style>