Shades of Heather #A1BEC9
Tints of Heather #A1BEC9
RGB
CMYK
RGB Variations
Color information
#A1BEC9 (or 0xA1BEC9) is known color: Heather. HEX triplet: A1, BE and C9. RGB value is (161,190,201). Sum of RGB (Red+Green+Blue) = 161+190+201=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #A1BEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEC9 is #5E4136. Grayscale: #B6B6B6. Windows color (decimal): -6177079 or 13221537. OLE color: 13221537.
HSL color Cylindrical-coordinate representation of color #A1BEC9: hue angle of 196.5º 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 #A1BEC9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 190 | 201 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.21 |
| HSL | 196.5º | 0.27% | 0.71% | - |
| HSV(B) | 196.5º | 0.2% | 0.79% | - |
| XYZ | 43.65 | 48.62 | 62.34 | - |
| YUV | 182.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 201 | 0.20 | 0.05 | 0 | 0.21 | 196.5 | 0.27 | 0.71 |
| Hex | A1 | BE | C9 | 14 | 5 | 0 | 15 | C4 | 1B | 47 |
| Octal | 241 | 276 | 311 | 24 | 5 | 0 | 25 | 304 | 33 | 107 |
| Binary | 10100001 | 10111110 | 11001001 | 10100 | 101 | 0 | 10101 | 11000100 | 11011 | 1000111 |
Color Harmonies of #A1BEC9
Complementary color
Monochromatic Colors of #A1BEC9
Black with #A1BEC9
Text Example
Text Example
White with #A1BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEC9; }
p { color: rgb(161,190,201); }
H1.HeaderClassName
{
color: #A1BEC9;
}
.AnyTagClassName
{
color: #A1BEC9;
}
</style>
background-color css
<style>
a { background-color: #A1BEC9; }
a { background-color: rgb(161,190,201); }
div.DivClassName
{
background-color: #A1BEC9;
}
.BgClassName
{
background-color: #A1BEC9;
}
</style>
border-color css
<style>
span { border-color: #A1BEC9; }
span { border-color: rgb(161,190,201); }
td.TdClassName
{
border-color: #A1BEC9;
}
.TagClassName
{
border-color: #A1BEC9;
}
</style>