Shades of Heather #A8BDC9
Tints of Heather #A8BDC9
RGB
CMYK
RGB Variations
Color information
#A8BDC9 (or 0xA8BDC9) is known color: Heather. HEX triplet: A8, BD and C9. RGB value is (168,189,201). Sum of RGB (Red+Green+Blue) = 168+189+201=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDC9 is #574236. Grayscale: #B8B8B8. Windows color (decimal): -5718583 or 13221288. OLE color: 13221288.
HSL color Cylindrical-coordinate representation of color #A8BDC9: hue angle of 201.82º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BDC9 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 189 | 201 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.21 |
| HSL | 201.82º | 0.23% | 0.72% | - |
| HSV(B) | 201.82º | 0.16% | 0.79% | - |
| XYZ | 44.89 | 48.94 | 62.34 | - |
| YUV | 184.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 201 | 0.16 | 0.06 | 0 | 0.21 | 201.82 | 0.23 | 0.72 |
| Hex | A8 | BD | C9 | 10 | 6 | 0 | 15 | CA | 17 | 48 |
| Octal | 250 | 275 | 311 | 20 | 6 | 0 | 25 | 312 | 27 | 110 |
| Binary | 10101000 | 10111101 | 11001001 | 10000 | 110 | 0 | 10101 | 11001010 | 10111 | 1001000 |
Color Harmonies of #A8BDC9
Complementary color
Monochromatic Colors of #A8BDC9
Black with #A8BDC9
Text Example
Text Example
White with #A8BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDC9; }
p { color: rgb(168,189,201); }
H1.HeaderClassName
{
color: #A8BDC9;
}
.AnyTagClassName
{
color: #A8BDC9;
}
</style>
background-color css
<style>
a { background-color: #A8BDC9; }
a { background-color: rgb(168,189,201); }
div.DivClassName
{
background-color: #A8BDC9;
}
.BgClassName
{
background-color: #A8BDC9;
}
</style>
border-color css
<style>
span { border-color: #A8BDC9; }
span { border-color: rgb(168,189,201); }
td.TdClassName
{
border-color: #A8BDC9;
}
.TagClassName
{
border-color: #A8BDC9;
}
</style>