Shades of Casper #A0B5BE
Tints of Casper #A0B5BE
RGB
CMYK
RGB Variations
Color information
#A0B5BE (or 0xA0B5BE) is known color: Casper. HEX triplet: A0, B5 and BE. RGB value is (160,181,190). Sum of RGB (Red+Green+Blue) = 160+181+190=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B5BE is #5F4A41. Grayscale: #AFAFAF. Windows color (decimal): -6244930 or 12498336. OLE color: 12498336.
HSL color Cylindrical-coordinate representation of color #A0B5BE: hue angle of 198º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B5BE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 181 | 190 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.25 |
| HSL | 198º | 0.19% | 0.69% | - |
| HSV(B) | 198º | 0.16% | 0.75% | - |
| XYZ | 40.32 | 44.24 | 55.13 | - |
| YUV | 175.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 181 | 190 | 0.16 | 0.05 | 0 | 0.25 | 198 | 0.19 | 0.69 |
| Hex | A0 | B5 | BE | 10 | 5 | 0 | 19 | C6 | 13 | 45 |
| Octal | 240 | 265 | 276 | 20 | 5 | 0 | 31 | 306 | 23 | 105 |
| Binary | 10100000 | 10110101 | 10111110 | 10000 | 101 | 0 | 11001 | 11000110 | 10011 | 1000101 |
Color Harmonies of #A0B5BE
Complementary color
Monochromatic Colors of #A0B5BE
Black with #A0B5BE
Text Example
Text Example
White with #A0B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B5BE; }
p { color: rgb(160,181,190); }
H1.HeaderClassName
{
color: #A0B5BE;
}
.AnyTagClassName
{
color: #A0B5BE;
}
</style>
background-color css
<style>
a { background-color: #A0B5BE; }
a { background-color: rgb(160,181,190); }
div.DivClassName
{
background-color: #A0B5BE;
}
.BgClassName
{
background-color: #A0B5BE;
}
</style>
border-color css
<style>
span { border-color: #A0B5BE; }
span { border-color: rgb(160,181,190); }
td.TdClassName
{
border-color: #A0B5BE;
}
.TagClassName
{
border-color: #A0B5BE;
}
</style>