Shades of Granny Apple #BAECC4
Tints of Granny Apple #BAECC4
RGB
CMYK
RGB Variations
Color information
#BAECC4 (or 0xBAECC4) is known color: Granny Apple. HEX triplet: BA, EC and C4. RGB value is (186,236,196). Sum of RGB (Red+Green+Blue) = 186+236+196=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECC4 is #45133B. Grayscale: #D8D8D8. Windows color (decimal): -4526908 or 12905658. OLE color: 12905658.
HSL color Cylindrical-coordinate representation of color #BAECC4: hue angle of 132º 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 #BAECC4 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 196 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.07 |
| HSL | 132º | 0.57% | 0.83% | - |
| HSV(B) | 132º | 0.21% | 0.93% | - |
| XYZ | 60.21 | 74.42 | 63.41 | - |
| YUV | 216.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 196 | 0.21 | 0 | 0.17 | 0.07 | 132 | 0.57 | 0.83 |
| Hex | BA | EC | C4 | 15 | 0 | 11 | 7 | 84 | 39 | 53 |
| Octal | 272 | 354 | 304 | 25 | 0 | 21 | 7 | 204 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11000100 | 10101 | 0 | 10001 | 111 | 10000100 | 111001 | 1010011 |
Color Harmonies of #BAECC4
Complementary color
Monochromatic Colors of #BAECC4
Black with #BAECC4
Text Example
Text Example
White with #BAECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECC4; }
p { color: rgb(186,236,196); }
H1.HeaderClassName
{
color: #BAECC4;
}
.AnyTagClassName
{
color: #BAECC4;
}
</style>
background-color css
<style>
a { background-color: #BAECC4; }
a { background-color: rgb(186,236,196); }
div.DivClassName
{
background-color: #BAECC4;
}
.BgClassName
{
background-color: #BAECC4;
}
</style>
border-color css
<style>
span { border-color: #BAECC4; }
span { border-color: rgb(186,236,196); }
td.TdClassName
{
border-color: #BAECC4;
}
.TagClassName
{
border-color: #BAECC4;
}
</style>