Shades of Granny Apple #BCEBCB
Tints of Granny Apple #BCEBCB
RGB
CMYK
RGB Variations
Color information
#BCEBCB (or 0xBCEBCB) is known color: Granny Apple. HEX triplet: BC, EB and CB. RGB value is (188,235,203). Sum of RGB (Red+Green+Blue) = 188+235+203=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBCB is #431434. Grayscale: #D9D9D9. Windows color (decimal): -4396085 or 13364156. OLE color: 13364156.
HSL color Cylindrical-coordinate representation of color #BCEBCB: hue angle of 139.15º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBCB is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 203 | - |
| CMYK | 0.2 | 0 | 0.14 | 0.08 |
| HSL | 139.15º | 0.54% | 0.83% | - |
| HSV(B) | 139.15º | 0.2% | 0.92% | - |
| XYZ | 61.23 | 74.42 | 67.64 | - |
| YUV | 217.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 203 | 0.2 | 0 | 0.14 | 0.08 | 139.15 | 0.54 | 0.83 |
| Hex | BC | EB | CB | 14 | 0 | E | 8 | 8B | 36 | 53 |
| Octal | 274 | 353 | 313 | 24 | 0 | 16 | 10 | 213 | 66 | 123 |
| Binary | 10111100 | 11101011 | 11001011 | 10100 | 0 | 1110 | 1000 | 10001011 | 110110 | 1010011 |
Color Harmonies of #BCEBCB
Complementary color
Monochromatic Colors of #BCEBCB
Black with #BCEBCB
Text Example
Text Example
White with #BCEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBCB; }
p { color: rgb(188,235,203); }
H1.HeaderClassName
{
color: #BCEBCB;
}
.AnyTagClassName
{
color: #BCEBCB;
}
</style>
background-color css
<style>
a { background-color: #BCEBCB; }
a { background-color: rgb(188,235,203); }
div.DivClassName
{
background-color: #BCEBCB;
}
.BgClassName
{
background-color: #BCEBCB;
}
</style>
border-color css
<style>
span { border-color: #BCEBCB; }
span { border-color: rgb(188,235,203); }
td.TdClassName
{
border-color: #BCEBCB;
}
.TagClassName
{
border-color: #BCEBCB;
}
</style>