Shades of Heather #A1BDCF
Tints of Heather #A1BDCF
RGB
CMYK
RGB Variations
Color information
#A1BDCF (or 0xA1BDCF) is known color: Heather. HEX triplet: A1, BD and CF. RGB value is (161,189,207). Sum of RGB (Red+Green+Blue) = 161+189+207=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1BDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDCF is #5E4230. Grayscale: #B6B6B6. Windows color (decimal): -6177329 or 13614497. OLE color: 13614497.
HSL color Cylindrical-coordinate representation of color #A1BDCF: hue angle of 203.48º 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 #A1BDCF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 189 | 207 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.19 |
| HSL | 203.48º | 0.32% | 0.72% | - |
| HSV(B) | 203.48º | 0.22% | 0.81% | - |
| XYZ | 44.16 | 48.48 | 66.06 | - |
| YUV | 182.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 207 | 0.22 | 0.09 | 0 | 0.19 | 203.48 | 0.32 | 0.72 |
| Hex | A1 | BD | CF | 16 | 9 | 0 | 13 | CB | 20 | 48 |
| Octal | 241 | 275 | 317 | 26 | 11 | 0 | 23 | 313 | 40 | 110 |
| Binary | 10100001 | 10111101 | 11001111 | 10110 | 1001 | 0 | 10011 | 11001011 | 100000 | 1001000 |
Color Harmonies of #A1BDCF
Complementary color
Monochromatic Colors of #A1BDCF
Black with #A1BDCF
Text Example
Text Example
White with #A1BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDCF; }
p { color: rgb(161,189,207); }
H1.HeaderClassName
{
color: #A1BDCF;
}
.AnyTagClassName
{
color: #A1BDCF;
}
</style>
background-color css
<style>
a { background-color: #A1BDCF; }
a { background-color: rgb(161,189,207); }
div.DivClassName
{
background-color: #A1BDCF;
}
.BgClassName
{
background-color: #A1BDCF;
}
</style>
border-color css
<style>
span { border-color: #A1BDCF; }
span { border-color: rgb(161,189,207); }
td.TdClassName
{
border-color: #A1BDCF;
}
.TagClassName
{
border-color: #A1BDCF;
}
</style>