Shades of Heather #A5B4C4
Tints of Heather #A5B4C4
RGB
CMYK
RGB Variations
Color information
#A5B4C4 (or 0xA5B4C4) is known color: Heather. HEX triplet: A5, B4 and C4. RGB value is (165,180,196). Sum of RGB (Red+Green+Blue) = 165+180+196=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #A5B4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B4C4 is #5A4B3B. Grayscale: #B1B1B1. Windows color (decimal): -5917500 or 12891301. OLE color: 12891301.
HSL color Cylindrical-coordinate representation of color #A5B4C4: hue angle of 210.97º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B4C4 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 180 | 196 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.23 |
| HSL | 210.97º | 0.21% | 0.71% | - |
| HSV(B) | 210.97º | 0.16% | 0.77% | - |
| XYZ | 41.8 | 44.63 | 58.64 | - |
| YUV | 177.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 196 | 0.16 | 0.08 | 0 | 0.23 | 210.97 | 0.21 | 0.71 |
| Hex | A5 | B4 | C4 | 10 | 8 | 0 | 17 | D3 | 15 | 47 |
| Octal | 245 | 264 | 304 | 20 | 10 | 0 | 27 | 323 | 25 | 107 |
| Binary | 10100101 | 10110100 | 11000100 | 10000 | 1000 | 0 | 10111 | 11010011 | 10101 | 1000111 |
Color Harmonies of #A5B4C4
Complementary color
Monochromatic Colors of #A5B4C4
Black with #A5B4C4
Text Example
Text Example
White with #A5B4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4C4; }
p { color: rgb(165,180,196); }
H1.HeaderClassName
{
color: #A5B4C4;
}
.AnyTagClassName
{
color: #A5B4C4;
}
</style>
background-color css
<style>
a { background-color: #A5B4C4; }
a { background-color: rgb(165,180,196); }
div.DivClassName
{
background-color: #A5B4C4;
}
.BgClassName
{
background-color: #A5B4C4;
}
</style>
border-color css
<style>
span { border-color: #A5B4C4; }
span { border-color: rgb(165,180,196); }
td.TdClassName
{
border-color: #A5B4C4;
}
.TagClassName
{
border-color: #A5B4C4;
}
</style>