Shades of Heather #A8B4BC
Tints of Heather #A8B4BC
RGB
CMYK
RGB Variations
Color information
#A8B4BC (or 0xA8B4BC) is known color: Heather. HEX triplet: A8, B4 and BC. RGB value is (168,180,188). Sum of RGB (Red+Green+Blue) = 168+180+188=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A8B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4BC is #574B43. Grayscale: #B1B1B1. Windows color (decimal): -5720900 or 12367016. OLE color: 12367016.
HSL color Cylindrical-coordinate representation of color #A8B4BC: hue angle of 204º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B4BC is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 180 | 188 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.26 |
| HSL | 204º | 0.13% | 0.7% | - |
| HSV(B) | 204º | 0.11% | 0.74% | - |
| XYZ | 41.55 | 44.6 | 54 | - |
| YUV | 177.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 188 | 0.11 | 0.04 | 0 | 0.26 | 204 | 0.13 | 0.7 |
| Hex | A8 | B4 | BC | B | 4 | 0 | 1A | CC | D | 46 |
| Octal | 250 | 264 | 274 | 13 | 4 | 0 | 32 | 314 | 15 | 106 |
| Binary | 10101000 | 10110100 | 10111100 | 1011 | 100 | 0 | 11010 | 11001100 | 1101 | 1000110 |
Color Harmonies of #A8B4BC
Complementary color
Monochromatic Colors of #A8B4BC
Black with #A8B4BC
Text Example
Text Example
White with #A8B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B4BC; }
p { color: rgb(168,180,188); }
H1.HeaderClassName
{
color: #A8B4BC;
}
.AnyTagClassName
{
color: #A8B4BC;
}
</style>
background-color css
<style>
a { background-color: #A8B4BC; }
a { background-color: rgb(168,180,188); }
div.DivClassName
{
background-color: #A8B4BC;
}
.BgClassName
{
background-color: #A8B4BC;
}
</style>
border-color css
<style>
span { border-color: #A8B4BC; }
span { border-color: rgb(168,180,188); }
td.TdClassName
{
border-color: #A8B4BC;
}
.TagClassName
{
border-color: #A8B4BC;
}
</style>