Shades of Heather #A1BDC9
Tints of Heather #A1BDC9
RGB
CMYK
RGB Variations
Color information
#A1BDC9 (or 0xA1BDC9) is known color: Heather. HEX triplet: A1, BD and C9. RGB value is (161,189,201). Sum of RGB (Red+Green+Blue) = 161+189+201=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #A1BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDC9 is #5E4236. Grayscale: #B5B5B5. Windows color (decimal): -6177335 or 13221281. OLE color: 13221281.
HSL color Cylindrical-coordinate representation of color #A1BDC9: hue angle of 198º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BDC9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 189 | 201 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.21 |
| HSL | 198º | 0.27% | 0.71% | - |
| HSV(B) | 198º | 0.2% | 0.79% | - |
| XYZ | 43.44 | 48.19 | 62.27 | - |
| YUV | 182 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 201 | 0.20 | 0.06 | 0 | 0.21 | 198 | 0.27 | 0.71 |
| Hex | A1 | BD | C9 | 14 | 6 | 0 | 15 | C6 | 1B | 47 |
| Octal | 241 | 275 | 311 | 24 | 6 | 0 | 25 | 306 | 33 | 107 |
| Binary | 10100001 | 10111101 | 11001001 | 10100 | 110 | 0 | 10101 | 11000110 | 11011 | 1000111 |
Color Harmonies of #A1BDC9
Complementary color
Monochromatic Colors of #A1BDC9
Black with #A1BDC9
Text Example
Text Example
White with #A1BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDC9; }
p { color: rgb(161,189,201); }
H1.HeaderClassName
{
color: #A1BDC9;
}
.AnyTagClassName
{
color: #A1BDC9;
}
</style>
background-color css
<style>
a { background-color: #A1BDC9; }
a { background-color: rgb(161,189,201); }
div.DivClassName
{
background-color: #A1BDC9;
}
.BgClassName
{
background-color: #A1BDC9;
}
</style>
border-color css
<style>
span { border-color: #A1BDC9; }
span { border-color: rgb(161,189,201); }
td.TdClassName
{
border-color: #A1BDC9;
}
.TagClassName
{
border-color: #A1BDC9;
}
</style>