Shades of Heather #A2BCCF
Tints of Heather #A2BCCF
RGB
CMYK
RGB Variations
Color information
#A2BCCF (or 0xA2BCCF) is known color: Heather. HEX triplet: A2, BC and CF. RGB value is (162,188,207). Sum of RGB (Red+Green+Blue) = 162+188+207=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCCF is #5D4330. Grayscale: #B6B6B6. Windows color (decimal): -6112049 or 13614242. OLE color: 13614242.
HSL color Cylindrical-coordinate representation of color #A2BCCF: hue angle of 205.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 #A2BCCF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 188 | 207 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.19 |
| HSL | 205.33º | 0.32% | 0.72% | - |
| HSV(B) | 205.33º | 0.22% | 0.81% | - |
| XYZ | 44.15 | 48.15 | 66 | - |
| YUV | 182.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 207 | 0.22 | 0.09 | 0 | 0.19 | 205.33 | 0.32 | 0.72 |
| Hex | A2 | BC | CF | 16 | 9 | 0 | 13 | CD | 20 | 48 |
| Octal | 242 | 274 | 317 | 26 | 11 | 0 | 23 | 315 | 40 | 110 |
| Binary | 10100010 | 10111100 | 11001111 | 10110 | 1001 | 0 | 10011 | 11001101 | 100000 | 1001000 |
Color Harmonies of #A2BCCF
Complementary color
Monochromatic Colors of #A2BCCF
Black with #A2BCCF
Text Example
Text Example
White with #A2BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCCF; }
p { color: rgb(162,188,207); }
H1.HeaderClassName
{
color: #A2BCCF;
}
.AnyTagClassName
{
color: #A2BCCF;
}
</style>
background-color css
<style>
a { background-color: #A2BCCF; }
a { background-color: rgb(162,188,207); }
div.DivClassName
{
background-color: #A2BCCF;
}
.BgClassName
{
background-color: #A2BCCF;
}
</style>
border-color css
<style>
span { border-color: #A2BCCF; }
span { border-color: rgb(162,188,207); }
td.TdClassName
{
border-color: #A2BCCF;
}
.TagClassName
{
border-color: #A2BCCF;
}
</style>