Shades of Heather #A3BCCD
Tints of Heather #A3BCCD
RGB
CMYK
RGB Variations
Color information
#A3BCCD (or 0xA3BCCD) is known color: Heather. HEX triplet: A3, BC and CD. RGB value is (163,188,205). Sum of RGB (Red+Green+Blue) = 163+188+205=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCCD is #5C4332. Grayscale: #B6B6B6. Windows color (decimal): -6046515 or 13483171. OLE color: 13483171.
HSL color Cylindrical-coordinate representation of color #A3BCCD: hue angle of 204.29º 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 #A3BCCD is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 188 | 205 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.20 |
| HSL | 204.29º | 0.3% | 0.72% | - |
| HSV(B) | 204.29º | 0.2% | 0.8% | - |
| XYZ | 44.11 | 48.16 | 64.73 | - |
| YUV | 182.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 205 | 0.20 | 0.08 | 0 | 0.20 | 204.29 | 0.3 | 0.72 |
| Hex | A3 | BC | CD | 14 | 8 | 0 | 14 | CC | 1E | 48 |
| Octal | 243 | 274 | 315 | 24 | 10 | 0 | 24 | 314 | 36 | 110 |
| Binary | 10100011 | 10111100 | 11001101 | 10100 | 1000 | 0 | 10100 | 11001100 | 11110 | 1001000 |
Color Harmonies of #A3BCCD
Complementary color
Monochromatic Colors of #A3BCCD
Black with #A3BCCD
Text Example
Text Example
White with #A3BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCCD; }
p { color: rgb(163,188,205); }
H1.HeaderClassName
{
color: #A3BCCD;
}
.AnyTagClassName
{
color: #A3BCCD;
}
</style>
background-color css
<style>
a { background-color: #A3BCCD; }
a { background-color: rgb(163,188,205); }
div.DivClassName
{
background-color: #A3BCCD;
}
.BgClassName
{
background-color: #A3BCCD;
}
</style>
border-color css
<style>
span { border-color: #A3BCCD; }
span { border-color: rgb(163,188,205); }
td.TdClassName
{
border-color: #A3BCCD;
}
.TagClassName
{
border-color: #A3BCCD;
}
</style>