Shades of Heather #A3BFCD
Tints of Heather #A3BFCD
RGB
CMYK
RGB Variations
Color information
#A3BFCD (or 0xA3BFCD) is known color: Heather. HEX triplet: A3, BF and CD. RGB value is (163,191,205). Sum of RGB (Red+Green+Blue) = 163+191+205=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFCD is #5C4032. Grayscale: #B8B8B8. Windows color (decimal): -6045747 or 13483939. OLE color: 13483939.
HSL color Cylindrical-coordinate representation of color #A3BFCD: hue angle of 200º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3BFCD is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 191 | 205 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.20 |
| HSL | 200º | 0.3% | 0.72% | - |
| HSV(B) | 200º | 0.2% | 0.8% | - |
| XYZ | 44.75 | 49.46 | 64.94 | - |
| YUV | 184.22 | 139.72 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 205 | 0.20 | 0.07 | 0 | 0.20 | 200 | 0.3 | 0.72 |
| Hex | A3 | BF | CD | 14 | 7 | 0 | 14 | C8 | 1E | 48 |
| Octal | 243 | 277 | 315 | 24 | 7 | 0 | 24 | 310 | 36 | 110 |
| Binary | 10100011 | 10111111 | 11001101 | 10100 | 111 | 0 | 10100 | 11001000 | 11110 | 1001000 |
Color Harmonies of #A3BFCD
Complementary color
Monochromatic Colors of #A3BFCD
Black with #A3BFCD
Text Example
Text Example
White with #A3BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFCD; }
p { color: rgb(163,191,205); }
H1.HeaderClassName
{
color: #A3BFCD;
}
.AnyTagClassName
{
color: #A3BFCD;
}
</style>
background-color css
<style>
a { background-color: #A3BFCD; }
a { background-color: rgb(163,191,205); }
div.DivClassName
{
background-color: #A3BFCD;
}
.BgClassName
{
background-color: #A3BFCD;
}
</style>
border-color css
<style>
span { border-color: #A3BFCD; }
span { border-color: rgb(163,191,205); }
td.TdClassName
{
border-color: #A3BFCD;
}
.TagClassName
{
border-color: #A3BFCD;
}
</style>