Shades of Heather #A5B3BC
Tints of Heather #A5B3BC
RGB
CMYK
RGB Variations
Color information
#A5B3BC (or 0xA5B3BC) is known color: Heather. HEX triplet: A5, B3 and BC. RGB value is (165,179,188). Sum of RGB (Red+Green+Blue) = 165+179+188=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B3BC is #5A4C43. Grayscale: #AFAFAF. Windows color (decimal): -5917764 or 12366757. OLE color: 12366757.
HSL color Cylindrical-coordinate representation of color #A5B3BC: hue angle of 203.48º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B3BC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 179 | 188 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.26 |
| HSL | 203.48º | 0.15% | 0.69% | - |
| HSV(B) | 203.48º | 0.12% | 0.74% | - |
| XYZ | 40.71 | 43.87 | 53.9 | - |
| YUV | 175.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 188 | 0.12 | 0.05 | 0 | 0.26 | 203.48 | 0.15 | 0.69 |
| Hex | A5 | B3 | BC | C | 5 | 0 | 1A | CB | F | 45 |
| Octal | 245 | 263 | 274 | 14 | 5 | 0 | 32 | 313 | 17 | 105 |
| Binary | 10100101 | 10110011 | 10111100 | 1100 | 101 | 0 | 11010 | 11001011 | 1111 | 1000101 |
Color Harmonies of #A5B3BC
Complementary color
Monochromatic Colors of #A5B3BC
Black with #A5B3BC
Text Example
Text Example
White with #A5B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B3BC; }
p { color: rgb(165,179,188); }
H1.HeaderClassName
{
color: #A5B3BC;
}
.AnyTagClassName
{
color: #A5B3BC;
}
</style>
background-color css
<style>
a { background-color: #A5B3BC; }
a { background-color: rgb(165,179,188); }
div.DivClassName
{
background-color: #A5B3BC;
}
.BgClassName
{
background-color: #A5B3BC;
}
</style>
border-color css
<style>
span { border-color: #A5B3BC; }
span { border-color: rgb(165,179,188); }
td.TdClassName
{
border-color: #A5B3BC;
}
.TagClassName
{
border-color: #A5B3BC;
}
</style>