Shades of Heather #A1BFC6
Tints of Heather #A1BFC6
RGB
CMYK
RGB Variations
Color information
#A1BFC6 (or 0xA1BFC6) is known color: Heather. HEX triplet: A1, BF and C6. RGB value is (161,191,198). Sum of RGB (Red+Green+Blue) = 161+191+198=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #A1BFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFC6 is #5E4039. Grayscale: #B6B6B6. Windows color (decimal): -6176826 or 13025185. OLE color: 13025185.
HSL color Cylindrical-coordinate representation of color #A1BFC6: hue angle of 191.35º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1BFC6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 191 | 198 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.22 |
| HSL | 191.35º | 0.25% | 0.7% | - |
| HSV(B) | 191.35º | 0.19% | 0.78% | - |
| XYZ | 43.52 | 48.92 | 60.57 | - |
| YUV | 182.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 198 | 0.19 | 0.04 | 0 | 0.22 | 191.35 | 0.25 | 0.7 |
| Hex | A1 | BF | C6 | 13 | 4 | 0 | 16 | BF | 19 | 46 |
| Octal | 241 | 277 | 306 | 23 | 4 | 0 | 26 | 277 | 31 | 106 |
| Binary | 10100001 | 10111111 | 11000110 | 10011 | 100 | 0 | 10110 | 10111111 | 11001 | 1000110 |
Color Harmonies of #A1BFC6
Complementary color
Monochromatic Colors of #A1BFC6
Black with #A1BFC6
Text Example
Text Example
White with #A1BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFC6; }
p { color: rgb(161,191,198); }
H1.HeaderClassName
{
color: #A1BFC6;
}
.AnyTagClassName
{
color: #A1BFC6;
}
</style>
background-color css
<style>
a { background-color: #A1BFC6; }
a { background-color: rgb(161,191,198); }
div.DivClassName
{
background-color: #A1BFC6;
}
.BgClassName
{
background-color: #A1BFC6;
}
</style>
border-color css
<style>
span { border-color: #A1BFC6; }
span { border-color: rgb(161,191,198); }
td.TdClassName
{
border-color: #A1BFC6;
}
.TagClassName
{
border-color: #A1BFC6;
}
</style>