Shades of Heather #A2BFCF
Tints of Heather #A2BFCF
RGB
CMYK
RGB Variations
Color information
#A2BFCF (or 0xA2BFCF) is known color: Heather. HEX triplet: A2, BF and CF. RGB value is (162,191,207). Sum of RGB (Red+Green+Blue) = 162+191+207=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFCF is #5D4030. Grayscale: #B8B8B8. Windows color (decimal): -6111281 or 13615010. OLE color: 13615010.
HSL color Cylindrical-coordinate representation of color #A2BFCF: hue angle of 201.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2BFCF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 191 | 207 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.19 |
| HSL | 201.33º | 0.32% | 0.72% | - |
| HSV(B) | 201.33º | 0.22% | 0.81% | - |
| XYZ | 44.79 | 49.45 | 66.22 | - |
| YUV | 184.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 207 | 0.22 | 0.08 | 0 | 0.19 | 201.33 | 0.32 | 0.72 |
| Hex | A2 | BF | CF | 16 | 8 | 0 | 13 | C9 | 20 | 48 |
| Octal | 242 | 277 | 317 | 26 | 10 | 0 | 23 | 311 | 40 | 110 |
| Binary | 10100010 | 10111111 | 11001111 | 10110 | 1000 | 0 | 10011 | 11001001 | 100000 | 1001000 |
Color Harmonies of #A2BFCF
Complementary color
Monochromatic Colors of #A2BFCF
Black with #A2BFCF
Text Example
Text Example
White with #A2BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFCF; }
p { color: rgb(162,191,207); }
H1.HeaderClassName
{
color: #A2BFCF;
}
.AnyTagClassName
{
color: #A2BFCF;
}
</style>
background-color css
<style>
a { background-color: #A2BFCF; }
a { background-color: rgb(162,191,207); }
div.DivClassName
{
background-color: #A2BFCF;
}
.BgClassName
{
background-color: #A2BFCF;
}
</style>
border-color css
<style>
span { border-color: #A2BFCF; }
span { border-color: rgb(162,191,207); }
td.TdClassName
{
border-color: #A2BFCF;
}
.TagClassName
{
border-color: #A2BFCF;
}
</style>