Shades of Heather #A4BDC5
Tints of Heather #A4BDC5
RGB
CMYK
RGB Variations
Color information
#A4BDC5 (or 0xA4BDC5) is known color: Heather. HEX triplet: A4, BD and C5. RGB value is (164,189,197). Sum of RGB (Red+Green+Blue) = 164+189+197=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4BDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDC5 is #5B423A. Grayscale: #B6B6B6. Windows color (decimal): -5980731 or 12959140. OLE color: 12959140.
HSL color Cylindrical-coordinate representation of color #A4BDC5: hue angle of 194.55º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4BDC5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 189 | 197 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.23 |
| HSL | 194.55º | 0.22% | 0.71% | - |
| HSV(B) | 194.55º | 0.17% | 0.77% | - |
| XYZ | 43.59 | 48.32 | 59.85 | - |
| YUV | 182.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 197 | 0.17 | 0.04 | 0 | 0.23 | 194.55 | 0.22 | 0.71 |
| Hex | A4 | BD | C5 | 11 | 4 | 0 | 17 | C3 | 16 | 47 |
| Octal | 244 | 275 | 305 | 21 | 4 | 0 | 27 | 303 | 26 | 107 |
| Binary | 10100100 | 10111101 | 11000101 | 10001 | 100 | 0 | 10111 | 11000011 | 10110 | 1000111 |
Color Harmonies of #A4BDC5
Complementary color
Monochromatic Colors of #A4BDC5
Black with #A4BDC5
Text Example
Text Example
White with #A4BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDC5; }
p { color: rgb(164,189,197); }
H1.HeaderClassName
{
color: #A4BDC5;
}
.AnyTagClassName
{
color: #A4BDC5;
}
</style>
background-color css
<style>
a { background-color: #A4BDC5; }
a { background-color: rgb(164,189,197); }
div.DivClassName
{
background-color: #A4BDC5;
}
.BgClassName
{
background-color: #A4BDC5;
}
</style>
border-color css
<style>
span { border-color: #A4BDC5; }
span { border-color: rgb(164,189,197); }
td.TdClassName
{
border-color: #A4BDC5;
}
.TagClassName
{
border-color: #A4BDC5;
}
</style>