Shades of Heather #A2BFCD
Tints of Heather #A2BFCD
RGB
CMYK
RGB Variations
Color information
#A2BFCD (or 0xA2BFCD) is known color: Heather. HEX triplet: A2, BF and CD. RGB value is (162,191,205). Sum of RGB (Red+Green+Blue) = 162+191+205=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFCD is #5D4032. Grayscale: #B7B7B7. Windows color (decimal): -6111283 or 13483938. OLE color: 13483938.
HSL color Cylindrical-coordinate representation of color #A2BFCD: hue angle of 199.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2BFCD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 162 | 191 | 205 | - |
CMYK | 0.21 | 0.07 | 0 | 0.20 |
HSL | 199.53º | 0.3% | 0.72% | - |
HSV(B) | 199.53º | 0.21% | 0.8% | - |
XYZ | 44.55 | 49.35 | 64.94 | - |
YUV | 183.93 | 139.89 | 112.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 191 | 205 | 0.21 | 0.07 | 0 | 0.20 | 199.53 | 0.3 | 0.72 |
Hex | A2 | BF | CD | 15 | 7 | 0 | 14 | C8 | 1E | 48 |
Octal | 242 | 277 | 315 | 25 | 7 | 0 | 24 | 310 | 36 | 110 |
Binary | 10100010 | 10111111 | 11001101 | 10101 | 111 | 0 | 10100 | 11001000 | 11110 | 1001000 |
Color Harmonies of #A2BFCD
Complementary color
Monochromatic Colors of #A2BFCD
Black with #A2BFCD
Text Example
Text Example
White with #A2BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFCD; }
p { color: rgb(162,191,205); }
H1.HeaderClassName
{
color: #A2BFCD;
}
.AnyTagClassName
{
color: #A2BFCD;
}
</style>
background-color css
<style>
a { background-color: #A2BFCD; }
a { background-color: rgb(162,191,205); }
div.DivClassName
{
background-color: #A2BFCD;
}
.BgClassName
{
background-color: #A2BFCD;
}
</style>
border-color css
<style>
span { border-color: #A2BFCD; }
span { border-color: rgb(162,191,205); }
td.TdClassName
{
border-color: #A2BFCD;
}
.TagClassName
{
border-color: #A2BFCD;
}
</style>