Shades of Heather #A4BDC3
Tints of Heather #A4BDC3
RGB
CMYK
RGB Variations
Color information
#A4BDC3 (or 0xA4BDC3) is known color: Heather. HEX triplet: A4, BD and C3. RGB value is (164,189,195). Sum of RGB (Red+Green+Blue) = 164+189+195=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #A4BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDC3 is #5B423C. Grayscale: #B6B6B6. Windows color (decimal): -5980733 or 12828068. OLE color: 12828068.
HSL color Cylindrical-coordinate representation of color #A4BDC3: hue angle of 191.61º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4BDC3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 189 | 195 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.24 |
| HSL | 191.61º | 0.21% | 0.7% | - |
| HSV(B) | 191.61º | 0.16% | 0.76% | - |
| XYZ | 43.36 | 48.23 | 58.65 | - |
| YUV | 182.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 195 | 0.16 | 0.03 | 0 | 0.24 | 191.61 | 0.21 | 0.7 |
| Hex | A4 | BD | C3 | 10 | 3 | 0 | 18 | C0 | 15 | 46 |
| Octal | 244 | 275 | 303 | 20 | 3 | 0 | 30 | 300 | 25 | 106 |
| Binary | 10100100 | 10111101 | 11000011 | 10000 | 11 | 0 | 11000 | 11000000 | 10101 | 1000110 |
Color Harmonies of #A4BDC3
Complementary color
Monochromatic Colors of #A4BDC3
Black with #A4BDC3
Text Example
Text Example
White with #A4BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDC3; }
p { color: rgb(164,189,195); }
H1.HeaderClassName
{
color: #A4BDC3;
}
.AnyTagClassName
{
color: #A4BDC3;
}
</style>
background-color css
<style>
a { background-color: #A4BDC3; }
a { background-color: rgb(164,189,195); }
div.DivClassName
{
background-color: #A4BDC3;
}
.BgClassName
{
background-color: #A4BDC3;
}
</style>
border-color css
<style>
span { border-color: #A4BDC3; }
span { border-color: rgb(164,189,195); }
td.TdClassName
{
border-color: #A4BDC3;
}
.TagClassName
{
border-color: #A4BDC3;
}
</style>