Shades of Heather #A2BBC8
Tints of Heather #A2BBC8
RGB
CMYK
RGB Variations
Color information
#A2BBC8 (or 0xA2BBC8) is known color: Heather. HEX triplet: A2, BB and C8. RGB value is (162,187,200). Sum of RGB (Red+Green+Blue) = 162+187+200=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 200 - color contains mainly: blue. Hex color #A2BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBC8 is #5D4437. Grayscale: #B4B4B4. Windows color (decimal): -6112312 or 13155234. OLE color: 13155234.
HSL color Cylindrical-coordinate representation of color #A2BBC8: hue angle of 200.53º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2BBC8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 187 | 200 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.22 |
| HSL | 200.53º | 0.26% | 0.71% | - |
| HSV(B) | 200.53º | 0.19% | 0.78% | - |
| XYZ | 43.1 | 47.39 | 61.52 | - |
| YUV | 181.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 200 | 0.19 | 0.06 | 0 | 0.22 | 200.53 | 0.26 | 0.71 |
| Hex | A2 | BB | C8 | 13 | 6 | 0 | 16 | C9 | 1A | 47 |
| Octal | 242 | 273 | 310 | 23 | 6 | 0 | 26 | 311 | 32 | 107 |
| Binary | 10100010 | 10111011 | 11001000 | 10011 | 110 | 0 | 10110 | 11001001 | 11010 | 1000111 |
Color Harmonies of #A2BBC8
Complementary color
Monochromatic Colors of #A2BBC8
Black with #A2BBC8
Text Example
Text Example
White with #A2BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBC8; }
p { color: rgb(162,187,200); }
H1.HeaderClassName
{
color: #A2BBC8;
}
.AnyTagClassName
{
color: #A2BBC8;
}
</style>
background-color css
<style>
a { background-color: #A2BBC8; }
a { background-color: rgb(162,187,200); }
div.DivClassName
{
background-color: #A2BBC8;
}
.BgClassName
{
background-color: #A2BBC8;
}
</style>
border-color css
<style>
span { border-color: #A2BBC8; }
span { border-color: rgb(162,187,200); }
td.TdClassName
{
border-color: #A2BBC8;
}
.TagClassName
{
border-color: #A2BBC8;
}
</style>