Shades of Heather #A1BBCF
Tints of Heather #A1BBCF
RGB
CMYK
RGB Variations
Color information
#A1BBCF (or 0xA1BBCF) is known color: Heather. HEX triplet: A1, BB and CF. RGB value is (161,187,207). Sum of RGB (Red+Green+Blue) = 161+187+207=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCF is #5E4430. Grayscale: #B5B5B5. Windows color (decimal): -6177841 or 13613985. OLE color: 13613985.
HSL color Cylindrical-coordinate representation of color #A1BBCF: hue angle of 206.09º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1BBCF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 187 | 207 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.19 |
| HSL | 206.09º | 0.32% | 0.72% | - |
| HSV(B) | 206.09º | 0.22% | 0.81% | - |
| XYZ | 43.73 | 47.62 | 65.92 | - |
| YUV | 181.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 207 | 0.22 | 0.10 | 0 | 0.19 | 206.09 | 0.32 | 0.72 |
| Hex | A1 | BB | CF | 16 | A | 0 | 13 | CE | 20 | 48 |
| Octal | 241 | 273 | 317 | 26 | 12 | 0 | 23 | 316 | 40 | 110 |
| Binary | 10100001 | 10111011 | 11001111 | 10110 | 1010 | 0 | 10011 | 11001110 | 100000 | 1001000 |
Color Harmonies of #A1BBCF
Complementary color
Monochromatic Colors of #A1BBCF
Black with #A1BBCF
Text Example
Text Example
White with #A1BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBCF; }
p { color: rgb(161,187,207); }
H1.HeaderClassName
{
color: #A1BBCF;
}
.AnyTagClassName
{
color: #A1BBCF;
}
</style>
background-color css
<style>
a { background-color: #A1BBCF; }
a { background-color: rgb(161,187,207); }
div.DivClassName
{
background-color: #A1BBCF;
}
.BgClassName
{
background-color: #A1BBCF;
}
</style>
border-color css
<style>
span { border-color: #A1BBCF; }
span { border-color: rgb(161,187,207); }
td.TdClassName
{
border-color: #A1BBCF;
}
.TagClassName
{
border-color: #A1BBCF;
}
</style>