Shades of Heather #A5B1BD
Tints of Heather #A5B1BD
RGB
CMYK
RGB Variations
Color information
#A5B1BD (or 0xA5B1BD) is known color: Heather. HEX triplet: A5, B1 and BD. RGB value is (165,177,189). Sum of RGB (Red+Green+Blue) = 165+177+189=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5B1BD is #5A4E42. Grayscale: #AEAEAE. Windows color (decimal): -5918275 or 12431781. OLE color: 12431781.
HSL color Cylindrical-coordinate representation of color #A5B1BD: hue angle of 210º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B1BD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 177 | 189 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.26 |
| HSL | 210º | 0.15% | 0.69% | - |
| HSV(B) | 210º | 0.13% | 0.74% | - |
| XYZ | 40.42 | 43.12 | 54.34 | - |
| YUV | 174.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 189 | 0.13 | 0.06 | 0 | 0.26 | 210 | 0.15 | 0.69 |
| Hex | A5 | B1 | BD | D | 6 | 0 | 1A | D2 | F | 45 |
| Octal | 245 | 261 | 275 | 15 | 6 | 0 | 32 | 322 | 17 | 105 |
| Binary | 10100101 | 10110001 | 10111101 | 1101 | 110 | 0 | 11010 | 11010010 | 1111 | 1000101 |
Color Harmonies of #A5B1BD
Complementary color
Monochromatic Colors of #A5B1BD
Black with #A5B1BD
Text Example
Text Example
White with #A5B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B1BD; }
p { color: rgb(165,177,189); }
H1.HeaderClassName
{
color: #A5B1BD;
}
.AnyTagClassName
{
color: #A5B1BD;
}
</style>
background-color css
<style>
a { background-color: #A5B1BD; }
a { background-color: rgb(165,177,189); }
div.DivClassName
{
background-color: #A5B1BD;
}
.BgClassName
{
background-color: #A5B1BD;
}
</style>
border-color css
<style>
span { border-color: #A5B1BD; }
span { border-color: rgb(165,177,189); }
td.TdClassName
{
border-color: #A5B1BD;
}
.TagClassName
{
border-color: #A5B1BD;
}
</style>