Shades of Granny Apple #BCF3C7
Tints of Granny Apple #BCF3C7
RGB
CMYK
RGB Variations
Color information
#BCF3C7 (or 0xBCF3C7) is known color: Granny Apple. HEX triplet: BC, F3 and C7. RGB value is (188,243,199). Sum of RGB (Red+Green+Blue) = 188+243+199=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 243 (95.31% from 255 or 38.57% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3C7 is #430C38. Grayscale: #DDDDDD. Windows color (decimal): -4394041 or 13104060. OLE color: 13104060.
HSL color Cylindrical-coordinate representation of color #BCF3C7: hue angle of 132º 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 #BCF3C7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 199 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.05 |
| HSL | 132º | 0.7% | 0.85% | - |
| HSV(B) | 132º | 0.23% | 0.95% | - |
| XYZ | 63.1 | 78.92 | 65.94 | - |
| YUV | 221.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 199 | 0.23 | 0 | 0.18 | 0.05 | 132 | 0.7 | 0.85 |
| Hex | BC | F3 | C7 | 17 | 0 | 12 | 5 | 84 | 46 | 55 |
| Octal | 274 | 363 | 307 | 27 | 0 | 22 | 5 | 204 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11000111 | 10111 | 0 | 10010 | 101 | 10000100 | 1000110 | 1010101 |
Color Harmonies of #BCF3C7
Complementary color
Monochromatic Colors of #BCF3C7
Black with #BCF3C7
Text Example
Text Example
White with #BCF3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3C7; }
p { color: rgb(188,243,199); }
H1.HeaderClassName
{
color: #BCF3C7;
}
.AnyTagClassName
{
color: #BCF3C7;
}
</style>
background-color css
<style>
a { background-color: #BCF3C7; }
a { background-color: rgb(188,243,199); }
div.DivClassName
{
background-color: #BCF3C7;
}
.BgClassName
{
background-color: #BCF3C7;
}
</style>
border-color css
<style>
span { border-color: #BCF3C7; }
span { border-color: rgb(188,243,199); }
td.TdClassName
{
border-color: #BCF3C7;
}
.TagClassName
{
border-color: #BCF3C7;
}
</style>