Shades of Granny Apple #BCF5CF
Tints of Granny Apple #BCF5CF
RGB
CMYK
RGB Variations
Color information
#BCF5CF (or 0xBCF5CF) is known color: Granny Apple. HEX triplet: BC, F5 and CF. RGB value is (188,245,207). Sum of RGB (Red+Green+Blue) = 188+245+207=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5CF is #430A30. Grayscale: #DFDFDF. Windows color (decimal): -4393521 or 13628860. OLE color: 13628860.
HSL color Cylindrical-coordinate representation of color #BCF5CF: hue angle of 140º 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 #BCF5CF is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 207 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.04 |
| HSL | 140º | 0.74% | 0.85% | - |
| HSV(B) | 140º | 0.23% | 0.96% | - |
| XYZ | 64.65 | 80.5 | 71.16 | - |
| YUV | 223.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 207 | 0.23 | 0 | 0.16 | 0.04 | 140 | 0.74 | 0.85 |
| Hex | BC | F5 | CF | 17 | 0 | 10 | 4 | 8C | 4A | 55 |
| Octal | 274 | 365 | 317 | 27 | 0 | 20 | 4 | 214 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11001111 | 10111 | 0 | 10000 | 100 | 10001100 | 1001010 | 1010101 |
Color Harmonies of #BCF5CF
Complementary color
Monochromatic Colors of #BCF5CF
Black with #BCF5CF
Text Example
Text Example
White with #BCF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5CF; }
p { color: rgb(188,245,207); }
H1.HeaderClassName
{
color: #BCF5CF;
}
.AnyTagClassName
{
color: #BCF5CF;
}
</style>
background-color css
<style>
a { background-color: #BCF5CF; }
a { background-color: rgb(188,245,207); }
div.DivClassName
{
background-color: #BCF5CF;
}
.BgClassName
{
background-color: #BCF5CF;
}
</style>
border-color css
<style>
span { border-color: #BCF5CF; }
span { border-color: rgb(188,245,207); }
td.TdClassName
{
border-color: #BCF5CF;
}
.TagClassName
{
border-color: #BCF5CF;
}
</style>