Shades of Heather #A2BDC6
Tints of Heather #A2BDC6
RGB
CMYK
RGB Variations
Color information
#A2BDC6 (or 0xA2BDC6) is known color: Heather. HEX triplet: A2, BD and C6. RGB value is (162,189,198). Sum of RGB (Red+Green+Blue) = 162+189+198=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #A2BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BDC6 is #5D4239. Grayscale: #B5B5B5. Windows color (decimal): -6111802 or 13024674. OLE color: 13024674.
HSL color Cylindrical-coordinate representation of color #A2BDC6: hue angle of 195º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2BDC6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 162 | 189 | 198 | - |
CMYK | 0.18 | 0.05 | 0 | 0.22 |
HSL | 195º | 0.24% | 0.71% | - |
HSV(B) | 195º | 0.18% | 0.78% | - |
XYZ | 43.29 | 48.15 | 60.44 | - |
YUV | 181.95 | 137.05 | 113.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 189 | 198 | 0.18 | 0.05 | 0 | 0.22 | 195 | 0.24 | 0.71 |
Hex | A2 | BD | C6 | 12 | 5 | 0 | 16 | C3 | 18 | 47 |
Octal | 242 | 275 | 306 | 22 | 5 | 0 | 26 | 303 | 30 | 107 |
Binary | 10100010 | 10111101 | 11000110 | 10010 | 101 | 0 | 10110 | 11000011 | 11000 | 1000111 |
Color Harmonies of #A2BDC6
Complementary color
Monochromatic Colors of #A2BDC6
Black with #A2BDC6
Text Example
Text Example
White with #A2BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BDC6; }
p { color: rgb(162,189,198); }
H1.HeaderClassName
{
color: #A2BDC6;
}
.AnyTagClassName
{
color: #A2BDC6;
}
</style>
background-color css
<style>
a { background-color: #A2BDC6; }
a { background-color: rgb(162,189,198); }
div.DivClassName
{
background-color: #A2BDC6;
}
.BgClassName
{
background-color: #A2BDC6;
}
</style>
border-color css
<style>
span { border-color: #A2BDC6; }
span { border-color: rgb(162,189,198); }
td.TdClassName
{
border-color: #A2BDC6;
}
.TagClassName
{
border-color: #A2BDC6;
}
</style>