Shades of Granny Apple #BAECCB
Tints of Granny Apple #BAECCB
RGB
CMYK
RGB Variations
Color information
#BAECCB (or 0xBAECCB) is known color: Granny Apple. HEX triplet: BA, EC and CB. RGB value is (186,236,203). Sum of RGB (Red+Green+Blue) = 186+236+203=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECCB is #451334. Grayscale: #D9D9D9. Windows color (decimal): -4526901 or 13364410. OLE color: 13364410.
HSL color Cylindrical-coordinate representation of color #BAECCB: hue angle of 140.4º degrees, saturation: 0.57, 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 #BAECCB is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 203 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.07 |
| HSL | 140.4º | 0.57% | 0.83% | - |
| HSV(B) | 140.4º | 0.21% | 0.93% | - |
| XYZ | 61.02 | 74.74 | 67.71 | - |
| YUV | 217.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 203 | 0.21 | 0 | 0.14 | 0.07 | 140.4 | 0.57 | 0.83 |
| Hex | BA | EC | CB | 15 | 0 | E | 7 | 8C | 39 | 53 |
| Octal | 272 | 354 | 313 | 25 | 0 | 16 | 7 | 214 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11001011 | 10101 | 0 | 1110 | 111 | 10001100 | 111001 | 1010011 |
Color Harmonies of #BAECCB
Complementary color
Monochromatic Colors of #BAECCB
Black with #BAECCB
Text Example
Text Example
White with #BAECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECCB; }
p { color: rgb(186,236,203); }
H1.HeaderClassName
{
color: #BAECCB;
}
.AnyTagClassName
{
color: #BAECCB;
}
</style>
background-color css
<style>
a { background-color: #BAECCB; }
a { background-color: rgb(186,236,203); }
div.DivClassName
{
background-color: #BAECCB;
}
.BgClassName
{
background-color: #BAECCB;
}
</style>
border-color css
<style>
span { border-color: #BAECCB; }
span { border-color: rgb(186,236,203); }
td.TdClassName
{
border-color: #BAECCB;
}
.TagClassName
{
border-color: #BAECCB;
}
</style>