Shades of Granny Apple #BAEDCB
Tints of Granny Apple #BAEDCB
RGB
CMYK
RGB Variations
Color information
#BAEDCB (or 0xBAEDCB) is known color: Granny Apple. HEX triplet: BA, ED and CB. RGB value is (186,237,203). Sum of RGB (Red+Green+Blue) = 186+237+203=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCB is #451234. Grayscale: #D9D9D9. Windows color (decimal): -4526645 or 13364666. OLE color: 13364666.
HSL color Cylindrical-coordinate representation of color #BAEDCB: hue angle of 140º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDCB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 203 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.07 |
| HSL | 140º | 0.59% | 0.83% | - |
| HSV(B) | 140º | 0.22% | 0.93% | - |
| XYZ | 61.31 | 75.32 | 67.81 | - |
| YUV | 217.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 203 | 0.22 | 0 | 0.14 | 0.07 | 140 | 0.59 | 0.83 |
| Hex | BA | ED | CB | 16 | 0 | E | 7 | 8C | 3B | 53 |
| Octal | 272 | 355 | 313 | 26 | 0 | 16 | 7 | 214 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11001011 | 10110 | 0 | 1110 | 111 | 10001100 | 111011 | 1010011 |
Color Harmonies of #BAEDCB
Complementary color
Monochromatic Colors of #BAEDCB
Black with #BAEDCB
Text Example
Text Example
White with #BAEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDCB; }
p { color: rgb(186,237,203); }
H1.HeaderClassName
{
color: #BAEDCB;
}
.AnyTagClassName
{
color: #BAEDCB;
}
</style>
background-color css
<style>
a { background-color: #BAEDCB; }
a { background-color: rgb(186,237,203); }
div.DivClassName
{
background-color: #BAEDCB;
}
.BgClassName
{
background-color: #BAEDCB;
}
</style>
border-color css
<style>
span { border-color: #BAEDCB; }
span { border-color: rgb(186,237,203); }
td.TdClassName
{
border-color: #BAEDCB;
}
.TagClassName
{
border-color: #BAEDCB;
}
</style>