Shades of Granny Apple #BCF5C7
Tints of Granny Apple #BCF5C7
RGB
CMYK
RGB Variations
Color information
#BCF5C7 (or 0xBCF5C7) is known color: Granny Apple. HEX triplet: BC, F5 and C7. RGB value is (188,245,199). Sum of RGB (Red+Green+Blue) = 188+245+199=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5C7 is #430A38. Grayscale: #DEDEDE. Windows color (decimal): -4393529 or 13104572. OLE color: 13104572.
HSL color Cylindrical-coordinate representation of color #BCF5C7: hue angle of 131.58º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5C7 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 199 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.04 |
| HSL | 131.58º | 0.74% | 0.85% | - |
| HSV(B) | 131.58º | 0.23% | 0.96% | - |
| XYZ | 63.7 | 80.12 | 66.14 | - |
| YUV | 222.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 199 | 0.23 | 0 | 0.19 | 0.04 | 131.58 | 0.74 | 0.85 |
| Hex | BC | F5 | C7 | 17 | 0 | 13 | 4 | 84 | 4A | 55 |
| Octal | 274 | 365 | 307 | 27 | 0 | 23 | 4 | 204 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11000111 | 10111 | 0 | 10011 | 100 | 10000100 | 1001010 | 1010101 |
Color Harmonies of #BCF5C7
Complementary color
Monochromatic Colors of #BCF5C7
Black with #BCF5C7
Text Example
Text Example
White with #BCF5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5C7; }
p { color: rgb(188,245,199); }
H1.HeaderClassName
{
color: #BCF5C7;
}
.AnyTagClassName
{
color: #BCF5C7;
}
</style>
background-color css
<style>
a { background-color: #BCF5C7; }
a { background-color: rgb(188,245,199); }
div.DivClassName
{
background-color: #BCF5C7;
}
.BgClassName
{
background-color: #BCF5C7;
}
</style>
border-color css
<style>
span { border-color: #BCF5C7; }
span { border-color: rgb(188,245,199); }
td.TdClassName
{
border-color: #BCF5C7;
}
.TagClassName
{
border-color: #BCF5C7;
}
</style>