Shades of Casper #A2B8BC
Tints of Casper #A2B8BC
RGB
CMYK
RGB Variations
Color information
#A2B8BC (or 0xA2B8BC) is known color: Casper. HEX triplet: A2, B8 and BC. RGB value is (162,184,188). Sum of RGB (Red+Green+Blue) = 162+184+188=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #A2B8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8BC is #5D4743. Grayscale: #B1B1B1. Windows color (decimal): -6113092 or 12368034. OLE color: 12368034.
HSL color Cylindrical-coordinate representation of color #A2B8BC: hue angle of 189.23º 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 #A2B8BC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 184 | 188 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.26 |
| HSL | 189.23º | 0.16% | 0.69% | - |
| HSV(B) | 189.23º | 0.14% | 0.74% | - |
| XYZ | 41.12 | 45.59 | 54.21 | - |
| YUV | 177.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 188 | 0.14 | 0.02 | 0 | 0.26 | 189.23 | 0.16 | 0.69 |
| Hex | A2 | B8 | BC | E | 2 | 0 | 1A | BD | 10 | 45 |
| Octal | 242 | 270 | 274 | 16 | 2 | 0 | 32 | 275 | 20 | 105 |
| Binary | 10100010 | 10111000 | 10111100 | 1110 | 10 | 0 | 11010 | 10111101 | 10000 | 1000101 |
Color Harmonies of #A2B8BC
Complementary color
Monochromatic Colors of #A2B8BC
Black with #A2B8BC
Text Example
Text Example
White with #A2B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8BC; }
p { color: rgb(162,184,188); }
H1.HeaderClassName
{
color: #A2B8BC;
}
.AnyTagClassName
{
color: #A2B8BC;
}
</style>
background-color css
<style>
a { background-color: #A2B8BC; }
a { background-color: rgb(162,184,188); }
div.DivClassName
{
background-color: #A2B8BC;
}
.BgClassName
{
background-color: #A2B8BC;
}
</style>
border-color css
<style>
span { border-color: #A2B8BC; }
span { border-color: rgb(162,184,188); }
td.TdClassName
{
border-color: #A2B8BC;
}
.TagClassName
{
border-color: #A2B8BC;
}
</style>