Shades of Heather #A4BACA
Tints of Heather #A4BACA
RGB
CMYK
RGB Variations
Color information
#A4BACA (or 0xA4BACA) is known color: Heather. HEX triplet: A4, BA and CA. RGB value is (164,186,202). Sum of RGB (Red+Green+Blue) = 164+186+202=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BACA is #5B4535. Grayscale: #B5B5B5. Windows color (decimal): -5981494 or 13286052. OLE color: 13286052.
HSL color Cylindrical-coordinate representation of color #A4BACA: hue angle of 205.26º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BACA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 186 | 202 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.21 |
| HSL | 205.26º | 0.26% | 0.72% | - |
| HSV(B) | 205.26º | 0.19% | 0.79% | - |
| XYZ | 43.53 | 47.27 | 62.71 | - |
| YUV | 181.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 202 | 0.19 | 0.08 | 0 | 0.21 | 205.26 | 0.26 | 0.72 |
| Hex | A4 | BA | CA | 13 | 8 | 0 | 15 | CD | 1A | 48 |
| Octal | 244 | 272 | 312 | 23 | 10 | 0 | 25 | 315 | 32 | 110 |
| Binary | 10100100 | 10111010 | 11001010 | 10011 | 1000 | 0 | 10101 | 11001101 | 11010 | 1001000 |
Color Harmonies of #A4BACA
Complementary color
Monochromatic Colors of #A4BACA
Black with #A4BACA
Text Example
Text Example
White with #A4BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BACA; }
p { color: rgb(164,186,202); }
H1.HeaderClassName
{
color: #A4BACA;
}
.AnyTagClassName
{
color: #A4BACA;
}
</style>
background-color css
<style>
a { background-color: #A4BACA; }
a { background-color: rgb(164,186,202); }
div.DivClassName
{
background-color: #A4BACA;
}
.BgClassName
{
background-color: #A4BACA;
}
</style>
border-color css
<style>
span { border-color: #A4BACA; }
span { border-color: rgb(164,186,202); }
td.TdClassName
{
border-color: #A4BACA;
}
.TagClassName
{
border-color: #A4BACA;
}
</style>