Shades of Casper #A5B9BA
Tints of Casper #A5B9BA
RGB
CMYK
RGB Variations
Color information
#A5B9BA (or 0xA5B9BA) is known color: Casper. HEX triplet: A5, B9 and BA. RGB value is (165,185,186). Sum of RGB (Red+Green+Blue) = 165+185+186=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9BA is #5A4645. Grayscale: #B3B3B3. Windows color (decimal): -5916230 or 12237221. OLE color: 12237221.
HSL color Cylindrical-coordinate representation of color #A5B9BA: hue angle of 182.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B9BA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 185 | 186 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.27 |
| HSL | 182.86º | 0.13% | 0.69% | - |
| HSV(B) | 182.86º | 0.11% | 0.73% | - |
| XYZ | 41.73 | 46.24 | 53.18 | - |
| YUV | 179.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 185 | 186 | 0.11 | 0.01 | 0 | 0.27 | 182.86 | 0.13 | 0.69 |
| Hex | A5 | B9 | BA | B | 1 | 0 | 1B | B7 | D | 45 |
| Octal | 245 | 271 | 272 | 13 | 1 | 0 | 33 | 267 | 15 | 105 |
| Binary | 10100101 | 10111001 | 10111010 | 1011 | 1 | 0 | 11011 | 10110111 | 1101 | 1000101 |
Color Harmonies of #A5B9BA
Complementary color
Monochromatic Colors of #A5B9BA
Black with #A5B9BA
Text Example
Text Example
White with #A5B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B9BA; }
p { color: rgb(165,185,186); }
H1.HeaderClassName
{
color: #A5B9BA;
}
.AnyTagClassName
{
color: #A5B9BA;
}
</style>
background-color css
<style>
a { background-color: #A5B9BA; }
a { background-color: rgb(165,185,186); }
div.DivClassName
{
background-color: #A5B9BA;
}
.BgClassName
{
background-color: #A5B9BA;
}
</style>
border-color css
<style>
span { border-color: #A5B9BA; }
span { border-color: rgb(165,185,186); }
td.TdClassName
{
border-color: #A5B9BA;
}
.TagClassName
{
border-color: #A5B9BA;
}
</style>