Shades of Casper #A2B9BC
Tints of Casper #A2B9BC
RGB
CMYK
RGB Variations
Color information
#A2B9BC (or 0xA2B9BC) is known color: Casper. HEX triplet: A2, B9 and BC. RGB value is (162,185,188). Sum of RGB (Red+Green+Blue) = 162+185+188=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B9BC is #5D4643. Grayscale: #B2B2B2. Windows color (decimal): -6112836 or 12368290. OLE color: 12368290.
HSL color Cylindrical-coordinate representation of color #A2B9BC: hue angle of 186.92º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B9BC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 185 | 188 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.26 |
| HSL | 186.92º | 0.16% | 0.69% | - |
| HSV(B) | 186.92º | 0.14% | 0.74% | - |
| XYZ | 41.33 | 46.01 | 54.28 | - |
| YUV | 178.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 188 | 0.14 | 0.02 | 0 | 0.26 | 186.92 | 0.16 | 0.69 |
| Hex | A2 | B9 | BC | E | 2 | 0 | 1A | BB | 10 | 45 |
| Octal | 242 | 271 | 274 | 16 | 2 | 0 | 32 | 273 | 20 | 105 |
| Binary | 10100010 | 10111001 | 10111100 | 1110 | 10 | 0 | 11010 | 10111011 | 10000 | 1000101 |
Color Harmonies of #A2B9BC
Complementary color
Monochromatic Colors of #A2B9BC
Black with #A2B9BC
Text Example
Text Example
White with #A2B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B9BC; }
p { color: rgb(162,185,188); }
H1.HeaderClassName
{
color: #A2B9BC;
}
.AnyTagClassName
{
color: #A2B9BC;
}
</style>
background-color css
<style>
a { background-color: #A2B9BC; }
a { background-color: rgb(162,185,188); }
div.DivClassName
{
background-color: #A2B9BC;
}
.BgClassName
{
background-color: #A2B9BC;
}
</style>
border-color css
<style>
span { border-color: #A2B9BC; }
span { border-color: rgb(162,185,188); }
td.TdClassName
{
border-color: #A2B9BC;
}
.TagClassName
{
border-color: #A2B9BC;
}
</style>