Shades of Heather #A1BFCA
Tints of Heather #A1BFCA
RGB
CMYK
RGB Variations
Color information
#A1BFCA (or 0xA1BFCA) is known color: Heather. HEX triplet: A1, BF and CA. RGB value is (161,191,202). Sum of RGB (Red+Green+Blue) = 161+191+202=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCA is #5E4035. Grayscale: #B7B7B7. Windows color (decimal): -6176822 or 13287329. OLE color: 13287329.
HSL color Cylindrical-coordinate representation of color #A1BFCA: hue angle of 196.1º degrees, saturation: 0.28, 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 #A1BFCA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 191 | 202 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.21 |
| HSL | 196.1º | 0.28% | 0.71% | - |
| HSV(B) | 196.1º | 0.2% | 0.79% | - |
| XYZ | 43.99 | 49.1 | 63.04 | - |
| YUV | 183.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 202 | 0.20 | 0.05 | 0 | 0.21 | 196.1 | 0.28 | 0.71 |
| Hex | A1 | BF | CA | 14 | 5 | 0 | 15 | C4 | 1C | 47 |
| Octal | 241 | 277 | 312 | 24 | 5 | 0 | 25 | 304 | 34 | 107 |
| Binary | 10100001 | 10111111 | 11001010 | 10100 | 101 | 0 | 10101 | 11000100 | 11100 | 1000111 |
Color Harmonies of #A1BFCA
Complementary color
Monochromatic Colors of #A1BFCA
Black with #A1BFCA
Text Example
Text Example
White with #A1BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFCA; }
p { color: rgb(161,191,202); }
H1.HeaderClassName
{
color: #A1BFCA;
}
.AnyTagClassName
{
color: #A1BFCA;
}
</style>
background-color css
<style>
a { background-color: #A1BFCA; }
a { background-color: rgb(161,191,202); }
div.DivClassName
{
background-color: #A1BFCA;
}
.BgClassName
{
background-color: #A1BFCA;
}
</style>
border-color css
<style>
span { border-color: #A1BFCA; }
span { border-color: rgb(161,191,202); }
td.TdClassName
{
border-color: #A1BFCA;
}
.TagClassName
{
border-color: #A1BFCA;
}
</style>