Shades of Heather #A1BBCD
Tints of Heather #A1BBCD
RGB
CMYK
RGB Variations
Color information
#A1BBCD (or 0xA1BBCD) is known color: Heather. HEX triplet: A1, BB and CD. RGB value is (161,187,205). Sum of RGB (Red+Green+Blue) = 161+187+205=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BBCD is #5E4432. Grayscale: #B5B5B5. Windows color (decimal): -6177843 or 13482913. OLE color: 13482913.
HSL color Cylindrical-coordinate representation of color #A1BBCD: hue angle of 204.55º 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 #A1BBCD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 187 | 205 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.20 |
| HSL | 204.55º | 0.31% | 0.72% | - |
| HSV(B) | 204.55º | 0.21% | 0.8% | - |
| XYZ | 43.49 | 47.53 | 64.64 | - |
| YUV | 181.28 | 141.39 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 187 | 205 | 0.21 | 0.09 | 0 | 0.20 | 204.55 | 0.31 | 0.72 |
| Hex | A1 | BB | CD | 15 | 9 | 0 | 14 | CD | 1F | 48 |
| Octal | 241 | 273 | 315 | 25 | 11 | 0 | 24 | 315 | 37 | 110 |
| Binary | 10100001 | 10111011 | 11001101 | 10101 | 1001 | 0 | 10100 | 11001101 | 11111 | 1001000 |
Color Harmonies of #A1BBCD
Complementary color
Monochromatic Colors of #A1BBCD
Black with #A1BBCD
Text Example
Text Example
White with #A1BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BBCD; }
p { color: rgb(161,187,205); }
H1.HeaderClassName
{
color: #A1BBCD;
}
.AnyTagClassName
{
color: #A1BBCD;
}
</style>
background-color css
<style>
a { background-color: #A1BBCD; }
a { background-color: rgb(161,187,205); }
div.DivClassName
{
background-color: #A1BBCD;
}
.BgClassName
{
background-color: #A1BBCD;
}
</style>
border-color css
<style>
span { border-color: #A1BBCD; }
span { border-color: rgb(161,187,205); }
td.TdClassName
{
border-color: #A1BBCD;
}
.TagClassName
{
border-color: #A1BBCD;
}
</style>