Shades of Granny Apple #BCE5CB
Tints of Granny Apple #BCE5CB
RGB
CMYK
RGB Variations
Color information
#BCE5CB (or 0xBCE5CB) is known color: Granny Apple. HEX triplet: BC, E5 and CB. RGB value is (188,229,203). Sum of RGB (Red+Green+Blue) = 188+229+203=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5CB is #431A34. Grayscale: #D5D5D5. Windows color (decimal): -4397621 or 13362620. OLE color: 13362620.
HSL color Cylindrical-coordinate representation of color #BCE5CB: hue angle of 141.95º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 203 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.10 |
| HSL | 141.95º | 0.44% | 0.82% | - |
| HSV(B) | 141.95º | 0.18% | 0.9% | - |
| XYZ | 59.54 | 71.04 | 67.07 | - |
| YUV | 213.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 203 | 0.18 | 0 | 0.11 | 0.10 | 141.95 | 0.44 | 0.82 |
| Hex | BC | E5 | CB | 12 | 0 | B | A | 8E | 2C | 52 |
| Octal | 274 | 345 | 313 | 22 | 0 | 13 | 12 | 216 | 54 | 122 |
| Binary | 10111100 | 11100101 | 11001011 | 10010 | 0 | 1011 | 1010 | 10001110 | 101100 | 1010010 |
Color Harmonies of #BCE5CB
Complementary color
Monochromatic Colors of #BCE5CB
Black with #BCE5CB
Text Example
Text Example
White with #BCE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5CB; }
p { color: rgb(188,229,203); }
H1.HeaderClassName
{
color: #BCE5CB;
}
.AnyTagClassName
{
color: #BCE5CB;
}
</style>
background-color css
<style>
a { background-color: #BCE5CB; }
a { background-color: rgb(188,229,203); }
div.DivClassName
{
background-color: #BCE5CB;
}
.BgClassName
{
background-color: #BCE5CB;
}
</style>
border-color css
<style>
span { border-color: #BCE5CB; }
span { border-color: rgb(188,229,203); }
td.TdClassName
{
border-color: #BCE5CB;
}
.TagClassName
{
border-color: #BCE5CB;
}
</style>