Shades of Heather #A4B1BC
Tints of Heather #A4B1BC
RGB
CMYK
RGB Variations
Color information
#A4B1BC (or 0xA4B1BC) is known color: Heather. HEX triplet: A4, B1 and BC. RGB value is (164,177,188). Sum of RGB (Red+Green+Blue) = 164+177+188=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4B1BC is #5B4E43. Grayscale: #AEAEAE. Windows color (decimal): -5983812 or 12366244. OLE color: 12366244.
HSL color Cylindrical-coordinate representation of color #A4B1BC: hue angle of 207.5º 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 #A4B1BC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 177 | 188 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.26 |
| HSL | 207.5º | 0.15% | 0.69% | - |
| HSV(B) | 207.5º | 0.13% | 0.74% | - |
| XYZ | 40.11 | 42.97 | 53.76 | - |
| YUV | 174.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 188 | 0.13 | 0.06 | 0 | 0.26 | 207.5 | 0.15 | 0.69 |
| Hex | A4 | B1 | BC | D | 6 | 0 | 1A | D0 | F | 45 |
| Octal | 244 | 261 | 274 | 15 | 6 | 0 | 32 | 320 | 17 | 105 |
| Binary | 10100100 | 10110001 | 10111100 | 1101 | 110 | 0 | 11010 | 11010000 | 1111 | 1000101 |
Color Harmonies of #A4B1BC
Complementary color
Monochromatic Colors of #A4B1BC
Black with #A4B1BC
Text Example
Text Example
White with #A4B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B1BC; }
p { color: rgb(164,177,188); }
H1.HeaderClassName
{
color: #A4B1BC;
}
.AnyTagClassName
{
color: #A4B1BC;
}
</style>
background-color css
<style>
a { background-color: #A4B1BC; }
a { background-color: rgb(164,177,188); }
div.DivClassName
{
background-color: #A4B1BC;
}
.BgClassName
{
background-color: #A4B1BC;
}
</style>
border-color css
<style>
span { border-color: #A4B1BC; }
span { border-color: rgb(164,177,188); }
td.TdClassName
{
border-color: #A4B1BC;
}
.TagClassName
{
border-color: #A4B1BC;
}
</style>