Shades of Granny Apple #BCF8CF
Tints of Granny Apple #BCF8CF
RGB
CMYK
RGB Variations
Color information
#BCF8CF (or 0xBCF8CF) is known color: Granny Apple. HEX triplet: BC, F8 and CF. RGB value is (188,248,207). Sum of RGB (Red+Green+Blue) = 188+248+207=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8CF is #430730. Grayscale: #E1E1E1. Windows color (decimal): -4392753 or 13629628. OLE color: 13629628.
HSL color Cylindrical-coordinate representation of color #BCF8CF: hue angle of 139º 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 #BCF8CF is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 207 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.03 |
| HSL | 139º | 0.81% | 0.85% | - |
| HSV(B) | 139º | 0.24% | 0.97% | - |
| XYZ | 65.57 | 82.33 | 71.47 | - |
| YUV | 225.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 207 | 0.24 | 0 | 0.17 | 0.03 | 139 | 0.81 | 0.85 |
| Hex | BC | F8 | CF | 18 | 0 | 11 | 3 | 8B | 51 | 55 |
| Octal | 274 | 370 | 317 | 30 | 0 | 21 | 3 | 213 | 121 | 125 |
| Binary | 10111100 | 11111000 | 11001111 | 11000 | 0 | 10001 | 11 | 10001011 | 1010001 | 1010101 |
Color Harmonies of #BCF8CF
Complementary color
Monochromatic Colors of #BCF8CF
Black with #BCF8CF
Text Example
Text Example
White with #BCF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF8CF; }
p { color: rgb(188,248,207); }
H1.HeaderClassName
{
color: #BCF8CF;
}
.AnyTagClassName
{
color: #BCF8CF;
}
</style>
background-color css
<style>
a { background-color: #BCF8CF; }
a { background-color: rgb(188,248,207); }
div.DivClassName
{
background-color: #BCF8CF;
}
.BgClassName
{
background-color: #BCF8CF;
}
</style>
border-color css
<style>
span { border-color: #BCF8CF; }
span { border-color: rgb(188,248,207); }
td.TdClassName
{
border-color: #BCF8CF;
}
.TagClassName
{
border-color: #BCF8CF;
}
</style>