Shades of Granny Apple #BCF0CF
Tints of Granny Apple #BCF0CF
RGB
CMYK
RGB Variations
Color information
#BCF0CF (or 0xBCF0CF) is known color: Granny Apple. HEX triplet: BC, F0 and CF. RGB value is (188,240,207). Sum of RGB (Red+Green+Blue) = 188+240+207=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0CF is #430F30. Grayscale: #DCDCDC. Windows color (decimal): -4394801 or 13627580. OLE color: 13627580.
HSL color Cylindrical-coordinate representation of color #BCF0CF: hue angle of 141.92º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 207 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.06 |
| HSL | 141.92º | 0.63% | 0.84% | - |
| HSV(B) | 141.92º | 0.22% | 0.94% | - |
| XYZ | 63.16 | 77.52 | 70.66 | - |
| YUV | 220.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 207 | 0.22 | 0 | 0.14 | 0.06 | 141.92 | 0.63 | 0.84 |
| Hex | BC | F0 | CF | 16 | 0 | E | 6 | 8E | 3F | 54 |
| Octal | 274 | 360 | 317 | 26 | 0 | 16 | 6 | 216 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11001111 | 10110 | 0 | 1110 | 110 | 10001110 | 111111 | 1010100 |
Color Harmonies of #BCF0CF
Complementary color
Monochromatic Colors of #BCF0CF
Black with #BCF0CF
Text Example
Text Example
White with #BCF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0CF; }
p { color: rgb(188,240,207); }
H1.HeaderClassName
{
color: #BCF0CF;
}
.AnyTagClassName
{
color: #BCF0CF;
}
</style>
background-color css
<style>
a { background-color: #BCF0CF; }
a { background-color: rgb(188,240,207); }
div.DivClassName
{
background-color: #BCF0CF;
}
.BgClassName
{
background-color: #BCF0CF;
}
</style>
border-color css
<style>
span { border-color: #BCF0CF; }
span { border-color: rgb(188,240,207); }
td.TdClassName
{
border-color: #BCF0CF;
}
.TagClassName
{
border-color: #BCF0CF;
}
</style>