Shades of Granny Apple #BCF2CB
Tints of Granny Apple #BCF2CB
RGB
CMYK
RGB Variations
Color information
#BCF2CB (or 0xBCF2CB) is known color: Granny Apple. HEX triplet: BC, F2 and CB. RGB value is (188,242,203). Sum of RGB (Red+Green+Blue) = 188+242+203=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CB is #430D34. Grayscale: #DDDDDD. Windows color (decimal): -4394293 or 13365948. OLE color: 13365948.
HSL color Cylindrical-coordinate representation of color #BCF2CB: hue angle of 136.67º degrees, saturation: 0.68, 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 #BCF2CB is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 203 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.05 |
| HSL | 136.67º | 0.68% | 0.84% | - |
| HSV(B) | 136.67º | 0.22% | 0.95% | - |
| XYZ | 63.27 | 78.51 | 68.32 | - |
| YUV | 221.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 203 | 0.22 | 0 | 0.16 | 0.05 | 136.67 | 0.68 | 0.84 |
| Hex | BC | F2 | CB | 16 | 0 | 10 | 5 | 89 | 44 | 54 |
| Octal | 274 | 362 | 313 | 26 | 0 | 20 | 5 | 211 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11001011 | 10110 | 0 | 10000 | 101 | 10001001 | 1000100 | 1010100 |
Color Harmonies of #BCF2CB
Complementary color
Monochromatic Colors of #BCF2CB
Black with #BCF2CB
Text Example
Text Example
White with #BCF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2CB; }
p { color: rgb(188,242,203); }
H1.HeaderClassName
{
color: #BCF2CB;
}
.AnyTagClassName
{
color: #BCF2CB;
}
</style>
background-color css
<style>
a { background-color: #BCF2CB; }
a { background-color: rgb(188,242,203); }
div.DivClassName
{
background-color: #BCF2CB;
}
.BgClassName
{
background-color: #BCF2CB;
}
</style>
border-color css
<style>
span { border-color: #BCF2CB; }
span { border-color: rgb(188,242,203); }
td.TdClassName
{
border-color: #BCF2CB;
}
.TagClassName
{
border-color: #BCF2CB;
}
</style>