Shades of Casper #A5B7BE
Tints of Casper #A5B7BE
RGB
CMYK
RGB Variations
Color information
#A5B7BE (or 0xA5B7BE) is known color: Casper. HEX triplet: A5, B7 and BE. RGB value is (165,183,190). Sum of RGB (Red+Green+Blue) = 165+183+190=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7BE is #5A4841. Grayscale: #B2B2B2. Windows color (decimal): -5916738 or 12498853. OLE color: 12498853.
HSL color Cylindrical-coordinate representation of color #A5B7BE: hue angle of 196.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B7BE is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 183 | 190 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.25 |
| HSL | 196.8º | 0.16% | 0.7% | - |
| HSV(B) | 196.8º | 0.13% | 0.75% | - |
| XYZ | 41.74 | 45.58 | 55.31 | - |
| YUV | 178.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 190 | 0.13 | 0.04 | 0 | 0.25 | 196.8 | 0.16 | 0.7 |
| Hex | A5 | B7 | BE | D | 4 | 0 | 19 | C5 | 10 | 46 |
| Octal | 245 | 267 | 276 | 15 | 4 | 0 | 31 | 305 | 20 | 106 |
| Binary | 10100101 | 10110111 | 10111110 | 1101 | 100 | 0 | 11001 | 11000101 | 10000 | 1000110 |
Color Harmonies of #A5B7BE
Complementary color
Monochromatic Colors of #A5B7BE
Black with #A5B7BE
Text Example
Text Example
White with #A5B7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7BE; }
p { color: rgb(165,183,190); }
H1.HeaderClassName
{
color: #A5B7BE;
}
.AnyTagClassName
{
color: #A5B7BE;
}
</style>
background-color css
<style>
a { background-color: #A5B7BE; }
a { background-color: rgb(165,183,190); }
div.DivClassName
{
background-color: #A5B7BE;
}
.BgClassName
{
background-color: #A5B7BE;
}
</style>
border-color css
<style>
span { border-color: #A5B7BE; }
span { border-color: rgb(165,183,190); }
td.TdClassName
{
border-color: #A5B7BE;
}
.TagClassName
{
border-color: #A5B7BE;
}
</style>