Shades of Casper #A2B8BE
Tints of Casper #A2B8BE
RGB
CMYK
RGB Variations
Color information
#A2B8BE (or 0xA2B8BE) is known color: Casper. HEX triplet: A2, B8 and BE. RGB value is (162,184,190). Sum of RGB (Red+Green+Blue) = 162+184+190=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A2B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2B8BE is #5D4741. Grayscale: #B2B2B2. Windows color (decimal): -6113090 or 12499106. OLE color: 12499106.
HSL color Cylindrical-coordinate representation of color #A2B8BE: hue angle of 192.86º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2B8BE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 184 | 190 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.25 |
| HSL | 192.86º | 0.18% | 0.69% | - |
| HSV(B) | 192.86º | 0.15% | 0.75% | - |
| XYZ | 41.34 | 45.68 | 55.35 | - |
| YUV | 178.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 190 | 0.15 | 0.03 | 0 | 0.25 | 192.86 | 0.18 | 0.69 |
| Hex | A2 | B8 | BE | F | 3 | 0 | 19 | C1 | 12 | 45 |
| Octal | 242 | 270 | 276 | 17 | 3 | 0 | 31 | 301 | 22 | 105 |
| Binary | 10100010 | 10111000 | 10111110 | 1111 | 11 | 0 | 11001 | 11000001 | 10010 | 1000101 |
Color Harmonies of #A2B8BE
Complementary color
Monochromatic Colors of #A2B8BE
Black with #A2B8BE
Text Example
Text Example
White with #A2B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8BE; }
p { color: rgb(162,184,190); }
H1.HeaderClassName
{
color: #A2B8BE;
}
.AnyTagClassName
{
color: #A2B8BE;
}
</style>
background-color css
<style>
a { background-color: #A2B8BE; }
a { background-color: rgb(162,184,190); }
div.DivClassName
{
background-color: #A2B8BE;
}
.BgClassName
{
background-color: #A2B8BE;
}
</style>
border-color css
<style>
span { border-color: #A2B8BE; }
span { border-color: rgb(162,184,190); }
td.TdClassName
{
border-color: #A2B8BE;
}
.TagClassName
{
border-color: #A2B8BE;
}
</style>