Shades of Granny Apple #BCE3CB
Tints of Granny Apple #BCE3CB
RGB
CMYK
RGB Variations
Color information
#BCE3CB (or 0xBCE3CB) is known color: Granny Apple. HEX triplet: BC, E3 and CB. RGB value is (188,227,203). Sum of RGB (Red+Green+Blue) = 188+227+203=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3CB is #431C34. Grayscale: #D4D4D4. Windows color (decimal): -4398133 or 13362108. OLE color: 13362108.
HSL color Cylindrical-coordinate representation of color #BCE3CB: hue angle of 143.08º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE3CB is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 203 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 143.08º | 0.41% | 0.81% | - |
| HSV(B) | 143.08º | 0.17% | 0.89% | - |
| XYZ | 58.99 | 69.94 | 66.89 | - |
| YUV | 212.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 203 | 0.17 | 0 | 0.11 | 0.11 | 143.08 | 0.41 | 0.81 |
| Hex | BC | E3 | CB | 11 | 0 | B | B | 8F | 29 | 51 |
| Octal | 274 | 343 | 313 | 21 | 0 | 13 | 13 | 217 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11001011 | 10001 | 0 | 1011 | 1011 | 10001111 | 101001 | 1010001 |
Color Harmonies of #BCE3CB
Complementary color
Monochromatic Colors of #BCE3CB
Black with #BCE3CB
Text Example
Text Example
White with #BCE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3CB; }
p { color: rgb(188,227,203); }
H1.HeaderClassName
{
color: #BCE3CB;
}
.AnyTagClassName
{
color: #BCE3CB;
}
</style>
background-color css
<style>
a { background-color: #BCE3CB; }
a { background-color: rgb(188,227,203); }
div.DivClassName
{
background-color: #BCE3CB;
}
.BgClassName
{
background-color: #BCE3CB;
}
</style>
border-color css
<style>
span { border-color: #BCE3CB; }
span { border-color: rgb(188,227,203); }
td.TdClassName
{
border-color: #BCE3CB;
}
.TagClassName
{
border-color: #BCE3CB;
}
</style>