Shades of Granny Apple #BCF3C5
Tints of Granny Apple #BCF3C5
RGB
CMYK
RGB Variations
Color information
#BCF3C5 (or 0xBCF3C5) is known color: Granny Apple. HEX triplet: BC, F3 and C5. RGB value is (188,243,197). Sum of RGB (Red+Green+Blue) = 188+243+197=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3C5 is #430C3A. Grayscale: #DDDDDD. Windows color (decimal): -4394043 or 12972988. OLE color: 12972988.
HSL color Cylindrical-coordinate representation of color #BCF3C5: hue angle of 129.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3C5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 197 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.05 |
| HSL | 129.82º | 0.7% | 0.85% | - |
| HSV(B) | 129.82º | 0.23% | 0.95% | - |
| XYZ | 62.87 | 78.82 | 64.72 | - |
| YUV | 221.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 197 | 0.23 | 0 | 0.19 | 0.05 | 129.82 | 0.7 | 0.85 |
| Hex | BC | F3 | C5 | 17 | 0 | 13 | 5 | 82 | 46 | 55 |
| Octal | 274 | 363 | 305 | 27 | 0 | 23 | 5 | 202 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11000101 | 10111 | 0 | 10011 | 101 | 10000010 | 1000110 | 1010101 |
Color Harmonies of #BCF3C5
Complementary color
Monochromatic Colors of #BCF3C5
Black with #BCF3C5
Text Example
Text Example
White with #BCF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3C5; }
p { color: rgb(188,243,197); }
H1.HeaderClassName
{
color: #BCF3C5;
}
.AnyTagClassName
{
color: #BCF3C5;
}
</style>
background-color css
<style>
a { background-color: #BCF3C5; }
a { background-color: rgb(188,243,197); }
div.DivClassName
{
background-color: #BCF3C5;
}
.BgClassName
{
background-color: #BCF3C5;
}
</style>
border-color css
<style>
span { border-color: #BCF3C5; }
span { border-color: rgb(188,243,197); }
td.TdClassName
{
border-color: #BCF3C5;
}
.TagClassName
{
border-color: #BCF3C5;
}
</style>