Shades of Heather #A6BDC4
Tints of Heather #A6BDC4
RGB
CMYK
RGB Variations
Color information
#A6BDC4 (or 0xA6BDC4) is known color: Heather. HEX triplet: A6, BD and C4. RGB value is (166,189,196). Sum of RGB (Red+Green+Blue) = 166+189+196=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 189 (74.22% from 255 or 34.30% 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 #A6BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BDC4 is #59423B. Grayscale: #B6B6B6. Windows color (decimal): -5849660 or 12893606. OLE color: 12893606.
HSL color Cylindrical-coordinate representation of color #A6BDC4: hue angle of 194º 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 #A6BDC4 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 189 | 196 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.23 |
| HSL | 194º | 0.2% | 0.71% | - |
| HSV(B) | 194º | 0.15% | 0.77% | - |
| XYZ | 43.89 | 48.49 | 59.27 | - |
| YUV | 182.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 196 | 0.15 | 0.04 | 0 | 0.23 | 194 | 0.2 | 0.71 |
| Hex | A6 | BD | C4 | F | 4 | 0 | 17 | C2 | 14 | 47 |
| Octal | 246 | 275 | 304 | 17 | 4 | 0 | 27 | 302 | 24 | 107 |
| Binary | 10100110 | 10111101 | 11000100 | 1111 | 100 | 0 | 10111 | 11000010 | 10100 | 1000111 |
Color Harmonies of #A6BDC4
Complementary color
Monochromatic Colors of #A6BDC4
Black with #A6BDC4
Text Example
Text Example
White with #A6BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BDC4; }
p { color: rgb(166,189,196); }
H1.HeaderClassName
{
color: #A6BDC4;
}
.AnyTagClassName
{
color: #A6BDC4;
}
</style>
background-color css
<style>
a { background-color: #A6BDC4; }
a { background-color: rgb(166,189,196); }
div.DivClassName
{
background-color: #A6BDC4;
}
.BgClassName
{
background-color: #A6BDC4;
}
</style>
border-color css
<style>
span { border-color: #A6BDC4; }
span { border-color: rgb(166,189,196); }
td.TdClassName
{
border-color: #A6BDC4;
}
.TagClassName
{
border-color: #A6BDC4;
}
</style>