Shades of Granny Apple #BCF1CF
Tints of Granny Apple #BCF1CF
RGB
CMYK
RGB Variations
Color information
#BCF1CF (or 0xBCF1CF) is known color: Granny Apple. HEX triplet: BC, F1 and CF. RGB value is (188,241,207). Sum of RGB (Red+Green+Blue) = 188+241+207=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1CF is #430E30. Grayscale: #DDDDDD. Windows color (decimal): -4394545 or 13627836. OLE color: 13627836.
HSL color Cylindrical-coordinate representation of color #BCF1CF: hue angle of 141.51º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 207 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.05 |
| HSL | 141.51º | 0.65% | 0.84% | - |
| HSV(B) | 141.51º | 0.22% | 0.95% | - |
| XYZ | 63.46 | 78.11 | 70.76 | - |
| YUV | 221.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 207 | 0.22 | 0 | 0.14 | 0.05 | 141.51 | 0.65 | 0.84 |
| Hex | BC | F1 | CF | 16 | 0 | E | 5 | 8E | 41 | 54 |
| Octal | 274 | 361 | 317 | 26 | 0 | 16 | 5 | 216 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11001111 | 10110 | 0 | 1110 | 101 | 10001110 | 1000001 | 1010100 |
Color Harmonies of #BCF1CF
Complementary color
Monochromatic Colors of #BCF1CF
Black with #BCF1CF
Text Example
Text Example
White with #BCF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1CF; }
p { color: rgb(188,241,207); }
H1.HeaderClassName
{
color: #BCF1CF;
}
.AnyTagClassName
{
color: #BCF1CF;
}
</style>
background-color css
<style>
a { background-color: #BCF1CF; }
a { background-color: rgb(188,241,207); }
div.DivClassName
{
background-color: #BCF1CF;
}
.BgClassName
{
background-color: #BCF1CF;
}
</style>
border-color css
<style>
span { border-color: #BCF1CF; }
span { border-color: rgb(188,241,207); }
td.TdClassName
{
border-color: #BCF1CF;
}
.TagClassName
{
border-color: #BCF1CF;
}
</style>