Shades of Heather #A1BFCD
Tints of Heather #A1BFCD
RGB
CMYK
RGB Variations
Color information
#A1BFCD (or 0xA1BFCD) is known color: Heather. HEX triplet: A1, BF and CD. RGB value is (161,191,205). Sum of RGB (Red+Green+Blue) = 161+191+205=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCD is #5E4032. Grayscale: #B7B7B7. Windows color (decimal): -6176819 or 13483937. OLE color: 13483937.
HSL color Cylindrical-coordinate representation of color #A1BFCD: hue angle of 199.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1BFCD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 191 | 205 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.20 |
| HSL | 199.09º | 0.31% | 0.72% | - |
| HSV(B) | 199.09º | 0.21% | 0.8% | - |
| XYZ | 44.35 | 49.25 | 64.93 | - |
| YUV | 183.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 205 | 0.21 | 0.07 | 0 | 0.20 | 199.09 | 0.31 | 0.72 |
| Hex | A1 | BF | CD | 15 | 7 | 0 | 14 | C7 | 1F | 48 |
| Octal | 241 | 277 | 315 | 25 | 7 | 0 | 24 | 307 | 37 | 110 |
| Binary | 10100001 | 10111111 | 11001101 | 10101 | 111 | 0 | 10100 | 11000111 | 11111 | 1001000 |
Color Harmonies of #A1BFCD
Complementary color
Monochromatic Colors of #A1BFCD
Black with #A1BFCD
Text Example
Text Example
White with #A1BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFCD; }
p { color: rgb(161,191,205); }
H1.HeaderClassName
{
color: #A1BFCD;
}
.AnyTagClassName
{
color: #A1BFCD;
}
</style>
background-color css
<style>
a { background-color: #A1BFCD; }
a { background-color: rgb(161,191,205); }
div.DivClassName
{
background-color: #A1BFCD;
}
.BgClassName
{
background-color: #A1BFCD;
}
</style>
border-color css
<style>
span { border-color: #A1BFCD; }
span { border-color: rgb(161,191,205); }
td.TdClassName
{
border-color: #A1BFCD;
}
.TagClassName
{
border-color: #A1BFCD;
}
</style>