Shades of Heather #A7BCC4
Tints of Heather #A7BCC4
RGB
CMYK
RGB Variations
Color information
#A7BCC4 (or 0xA7BCC4) is known color: Heather. HEX triplet: A7, BC and C4. RGB value is (167,188,196). Sum of RGB (Red+Green+Blue) = 167+188+196=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 196 - color contains mainly: blue. Hex color #A7BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCC4 is #58433B. Grayscale: #B6B6B6. Windows color (decimal): -5784380 or 12893351. OLE color: 12893351.
HSL color Cylindrical-coordinate representation of color #A7BCC4: hue angle of 196.55º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BCC4 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 188 | 196 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.23 |
| HSL | 196.55º | 0.2% | 0.71% | - |
| HSV(B) | 196.55º | 0.15% | 0.77% | - |
| XYZ | 43.88 | 48.17 | 59.21 | - |
| YUV | 182.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 188 | 196 | 0.15 | 0.04 | 0 | 0.23 | 196.55 | 0.2 | 0.71 |
| Hex | A7 | BC | C4 | F | 4 | 0 | 17 | C5 | 14 | 47 |
| Octal | 247 | 274 | 304 | 17 | 4 | 0 | 27 | 305 | 24 | 107 |
| Binary | 10100111 | 10111100 | 11000100 | 1111 | 100 | 0 | 10111 | 11000101 | 10100 | 1000111 |
Color Harmonies of #A7BCC4
Complementary color
Monochromatic Colors of #A7BCC4
Black with #A7BCC4
Text Example
Text Example
White with #A7BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BCC4; }
p { color: rgb(167,188,196); }
H1.HeaderClassName
{
color: #A7BCC4;
}
.AnyTagClassName
{
color: #A7BCC4;
}
</style>
background-color css
<style>
a { background-color: #A7BCC4; }
a { background-color: rgb(167,188,196); }
div.DivClassName
{
background-color: #A7BCC4;
}
.BgClassName
{
background-color: #A7BCC4;
}
</style>
border-color css
<style>
span { border-color: #A7BCC4; }
span { border-color: rgb(167,188,196); }
td.TdClassName
{
border-color: #A7BCC4;
}
.TagClassName
{
border-color: #A7BCC4;
}
</style>