Shades of Heather #A2B8CB
Tints of Heather #A2B8CB
RGB
CMYK
RGB Variations
Color information
#A2B8CB (or 0xA2B8CB) is known color: Heather. HEX triplet: A2, B8 and CB. RGB value is (162,184,203). Sum of RGB (Red+Green+Blue) = 162+184+203=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2B8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8CB is #5D4734. Grayscale: #B3B3B3. Windows color (decimal): -6113077 or 13351074. OLE color: 13351074.
HSL color Cylindrical-coordinate representation of color #A2B8CB: hue angle of 207.8º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2B8CB is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 184 | 203 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.20 |
| HSL | 207.8º | 0.28% | 0.72% | - |
| HSV(B) | 207.8º | 0.2% | 0.8% | - |
| XYZ | 42.82 | 46.27 | 63.17 | - |
| YUV | 179.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 203 | 0.20 | 0.09 | 0 | 0.20 | 207.8 | 0.28 | 0.72 |
| Hex | A2 | B8 | CB | 14 | 9 | 0 | 14 | D0 | 1C | 48 |
| Octal | 242 | 270 | 313 | 24 | 11 | 0 | 24 | 320 | 34 | 110 |
| Binary | 10100010 | 10111000 | 11001011 | 10100 | 1001 | 0 | 10100 | 11010000 | 11100 | 1001000 |
Color Harmonies of #A2B8CB
Complementary color
Monochromatic Colors of #A2B8CB
Black with #A2B8CB
Text Example
Text Example
White with #A2B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8CB; }
p { color: rgb(162,184,203); }
H1.HeaderClassName
{
color: #A2B8CB;
}
.AnyTagClassName
{
color: #A2B8CB;
}
</style>
background-color css
<style>
a { background-color: #A2B8CB; }
a { background-color: rgb(162,184,203); }
div.DivClassName
{
background-color: #A2B8CB;
}
.BgClassName
{
background-color: #A2B8CB;
}
</style>
border-color css
<style>
span { border-color: #A2B8CB; }
span { border-color: rgb(162,184,203); }
td.TdClassName
{
border-color: #A2B8CB;
}
.TagClassName
{
border-color: #A2B8CB;
}
</style>