Shades of Granny Apple #BCEDCB
Tints of Granny Apple #BCEDCB
RGB
CMYK
RGB Variations
Color information
#BCEDCB (or 0xBCEDCB) is known color: Granny Apple. HEX triplet: BC, ED and CB. RGB value is (188,237,203). Sum of RGB (Red+Green+Blue) = 188+237+203=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDCB is #431234. Grayscale: #DADADA. Windows color (decimal): -4395573 or 13364668. OLE color: 13364668.
HSL color Cylindrical-coordinate representation of color #BCEDCB: hue angle of 138.37º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDCB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 203 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.07 |
| HSL | 138.37º | 0.58% | 0.83% | - |
| HSV(B) | 138.37º | 0.21% | 0.93% | - |
| XYZ | 61.8 | 75.57 | 67.83 | - |
| YUV | 218.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 203 | 0.21 | 0 | 0.14 | 0.07 | 138.37 | 0.58 | 0.83 |
| Hex | BC | ED | CB | 15 | 0 | E | 7 | 8A | 3A | 53 |
| Octal | 274 | 355 | 313 | 25 | 0 | 16 | 7 | 212 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11001011 | 10101 | 0 | 1110 | 111 | 10001010 | 111010 | 1010011 |
Color Harmonies of #BCEDCB
Complementary color
Monochromatic Colors of #BCEDCB
Black with #BCEDCB
Text Example
Text Example
White with #BCEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDCB; }
p { color: rgb(188,237,203); }
H1.HeaderClassName
{
color: #BCEDCB;
}
.AnyTagClassName
{
color: #BCEDCB;
}
</style>
background-color css
<style>
a { background-color: #BCEDCB; }
a { background-color: rgb(188,237,203); }
div.DivClassName
{
background-color: #BCEDCB;
}
.BgClassName
{
background-color: #BCEDCB;
}
</style>
border-color css
<style>
span { border-color: #BCEDCB; }
span { border-color: rgb(188,237,203); }
td.TdClassName
{
border-color: #BCEDCB;
}
.TagClassName
{
border-color: #BCEDCB;
}
</style>