Shades of Granny Apple #BCF1CB
Tints of Granny Apple #BCF1CB
RGB
CMYK
RGB Variations
Color information
#BCF1CB (or 0xBCF1CB) is known color: Granny Apple. HEX triplet: BC, F1 and CB. RGB value is (188,241,203). Sum of RGB (Red+Green+Blue) = 188+241+203=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1CB is #430E34. Grayscale: #DCDCDC. Windows color (decimal): -4394549 or 13365692. OLE color: 13365692.
HSL color Cylindrical-coordinate representation of color #BCF1CB: hue angle of 136.98º 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 #BCF1CB is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 203 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.05 |
| HSL | 136.98º | 0.65% | 0.84% | - |
| HSV(B) | 136.98º | 0.22% | 0.95% | - |
| XYZ | 62.97 | 77.91 | 68.22 | - |
| YUV | 220.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 203 | 0.22 | 0 | 0.16 | 0.05 | 136.98 | 0.65 | 0.84 |
| Hex | BC | F1 | CB | 16 | 0 | 10 | 5 | 89 | 41 | 54 |
| Octal | 274 | 361 | 313 | 26 | 0 | 20 | 5 | 211 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11001011 | 10110 | 0 | 10000 | 101 | 10001001 | 1000001 | 1010100 |
Color Harmonies of #BCF1CB
Complementary color
Monochromatic Colors of #BCF1CB
Black with #BCF1CB
Text Example
Text Example
White with #BCF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1CB; }
p { color: rgb(188,241,203); }
H1.HeaderClassName
{
color: #BCF1CB;
}
.AnyTagClassName
{
color: #BCF1CB;
}
</style>
background-color css
<style>
a { background-color: #BCF1CB; }
a { background-color: rgb(188,241,203); }
div.DivClassName
{
background-color: #BCF1CB;
}
.BgClassName
{
background-color: #BCF1CB;
}
</style>
border-color css
<style>
span { border-color: #BCF1CB; }
span { border-color: rgb(188,241,203); }
td.TdClassName
{
border-color: #BCF1CB;
}
.TagClassName
{
border-color: #BCF1CB;
}
</style>