Shades of Heather #A1BEC5
Tints of Heather #A1BEC5
RGB
CMYK
RGB Variations
Color information
#A1BEC5 (or 0xA1BEC5) is known color: Heather. HEX triplet: A1, BE and C5. RGB value is (161,190,197). Sum of RGB (Red+Green+Blue) = 161+190+197=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #A1BEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BEC5 is #5E413A. Grayscale: #B6B6B6. Windows color (decimal): -6177083 or 12959393. OLE color: 12959393.
HSL color Cylindrical-coordinate representation of color #A1BEC5: hue angle of 191.67º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1BEC5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 190 | 197 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.23 |
| HSL | 191.67º | 0.24% | 0.7% | - |
| HSV(B) | 191.67º | 0.18% | 0.77% | - |
| XYZ | 43.19 | 48.44 | 59.9 | - |
| YUV | 182.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 197 | 0.18 | 0.04 | 0 | 0.23 | 191.67 | 0.24 | 0.7 |
| Hex | A1 | BE | C5 | 12 | 4 | 0 | 17 | C0 | 18 | 46 |
| Octal | 241 | 276 | 305 | 22 | 4 | 0 | 27 | 300 | 30 | 106 |
| Binary | 10100001 | 10111110 | 11000101 | 10010 | 100 | 0 | 10111 | 11000000 | 11000 | 1000110 |
Color Harmonies of #A1BEC5
Complementary color
Monochromatic Colors of #A1BEC5
Black with #A1BEC5
Text Example
Text Example
White with #A1BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BEC5; }
p { color: rgb(161,190,197); }
H1.HeaderClassName
{
color: #A1BEC5;
}
.AnyTagClassName
{
color: #A1BEC5;
}
</style>
background-color css
<style>
a { background-color: #A1BEC5; }
a { background-color: rgb(161,190,197); }
div.DivClassName
{
background-color: #A1BEC5;
}
.BgClassName
{
background-color: #A1BEC5;
}
</style>
border-color css
<style>
span { border-color: #A1BEC5; }
span { border-color: rgb(161,190,197); }
td.TdClassName
{
border-color: #A1BEC5;
}
.TagClassName
{
border-color: #A1BEC5;
}
</style>