Shades of Heather #A2BBCF
Tints of Heather #A2BBCF
RGB
CMYK
RGB Variations
Color information
#A2BBCF (or 0xA2BBCF) is known color: Heather. HEX triplet: A2, BB and CF. RGB value is (162,187,207). Sum of RGB (Red+Green+Blue) = 162+187+207=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBCF is #5D4430. Grayscale: #B5B5B5. Windows color (decimal): -6112305 or 13613986. OLE color: 13613986.
HSL color Cylindrical-coordinate representation of color #A2BBCF: hue angle of 206.67º 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 #A2BBCF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 187 | 207 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.19 |
| HSL | 206.67º | 0.32% | 0.72% | - |
| HSV(B) | 206.67º | 0.22% | 0.81% | - |
| XYZ | 43.93 | 47.73 | 65.93 | - |
| YUV | 181.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 207 | 0.22 | 0.10 | 0 | 0.19 | 206.67 | 0.32 | 0.72 |
| Hex | A2 | BB | CF | 16 | A | 0 | 13 | CF | 20 | 48 |
| Octal | 242 | 273 | 317 | 26 | 12 | 0 | 23 | 317 | 40 | 110 |
| Binary | 10100010 | 10111011 | 11001111 | 10110 | 1010 | 0 | 10011 | 11001111 | 100000 | 1001000 |
Color Harmonies of #A2BBCF
Complementary color
Monochromatic Colors of #A2BBCF
Black with #A2BBCF
Text Example
Text Example
White with #A2BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBCF; }
p { color: rgb(162,187,207); }
H1.HeaderClassName
{
color: #A2BBCF;
}
.AnyTagClassName
{
color: #A2BBCF;
}
</style>
background-color css
<style>
a { background-color: #A2BBCF; }
a { background-color: rgb(162,187,207); }
div.DivClassName
{
background-color: #A2BBCF;
}
.BgClassName
{
background-color: #A2BBCF;
}
</style>
border-color css
<style>
span { border-color: #A2BBCF; }
span { border-color: rgb(162,187,207); }
td.TdClassName
{
border-color: #A2BBCF;
}
.TagClassName
{
border-color: #A2BBCF;
}
</style>