Shades of Heather #A1BFCC
Tints of Heather #A1BFCC
RGB
CMYK
RGB Variations
Color information
#A1BFCC (or 0xA1BFCC) is known color: Heather. HEX triplet: A1, BF and CC. RGB value is (161,191,204). Sum of RGB (Red+Green+Blue) = 161+191+204=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFCC is #5E4033. Grayscale: #B7B7B7. Windows color (decimal): -6176820 or 13418401. OLE color: 13418401.
HSL color Cylindrical-coordinate representation of color #A1BFCC: hue angle of 198.14º degrees, saturation: 0.3, 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 #A1BFCC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 191 | 204 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.2 |
| HSL | 198.14º | 0.3% | 0.72% | - |
| HSV(B) | 198.14º | 0.21% | 0.8% | - |
| XYZ | 44.23 | 49.2 | 64.29 | - |
| YUV | 183.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 204 | 0.21 | 0.06 | 0 | 0.2 | 198.14 | 0.3 | 0.72 |
| Hex | A1 | BF | CC | 15 | 6 | 0 | 14 | C6 | 1E | 48 |
| Octal | 241 | 277 | 314 | 25 | 6 | 0 | 24 | 306 | 36 | 110 |
| Binary | 10100001 | 10111111 | 11001100 | 10101 | 110 | 0 | 10100 | 11000110 | 11110 | 1001000 |
Color Harmonies of #A1BFCC
Complementary color
Monochromatic Colors of #A1BFCC
Black with #A1BFCC
Text Example
Text Example
White with #A1BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFCC; }
p { color: rgb(161,191,204); }
H1.HeaderClassName
{
color: #A1BFCC;
}
.AnyTagClassName
{
color: #A1BFCC;
}
</style>
background-color css
<style>
a { background-color: #A1BFCC; }
a { background-color: rgb(161,191,204); }
div.DivClassName
{
background-color: #A1BFCC;
}
.BgClassName
{
background-color: #A1BFCC;
}
</style>
border-color css
<style>
span { border-color: #A1BFCC; }
span { border-color: rgb(161,191,204); }
td.TdClassName
{
border-color: #A1BFCC;
}
.TagClassName
{
border-color: #A1BFCC;
}
</style>