Shades of Casper #A5B8BA
Tints of Casper #A5B8BA
RGB
CMYK
RGB Variations
Color information
#A5B8BA (or 0xA5B8BA) is known color: Casper. HEX triplet: A5, B8 and BA. RGB value is (165,184,186). Sum of RGB (Red+Green+Blue) = 165+184+186=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #A5B8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8BA is #5A4745. Grayscale: #B2B2B2. Windows color (decimal): -5916486 or 12236965. OLE color: 12236965.
HSL color Cylindrical-coordinate representation of color #A5B8BA: hue angle of 185.71º 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 #A5B8BA is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 184 | 186 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.27 |
| HSL | 185.71º | 0.13% | 0.69% | - |
| HSV(B) | 185.71º | 0.11% | 0.73% | - |
| XYZ | 41.52 | 45.83 | 53.11 | - |
| YUV | 178.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 186 | 0.11 | 0.01 | 0 | 0.27 | 185.71 | 0.13 | 0.69 |
| Hex | A5 | B8 | BA | B | 1 | 0 | 1B | BA | D | 45 |
| Octal | 245 | 270 | 272 | 13 | 1 | 0 | 33 | 272 | 15 | 105 |
| Binary | 10100101 | 10111000 | 10111010 | 1011 | 1 | 0 | 11011 | 10111010 | 1101 | 1000101 |
Color Harmonies of #A5B8BA
Complementary color
Monochromatic Colors of #A5B8BA
Black with #A5B8BA
Text Example
Text Example
White with #A5B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8BA; }
p { color: rgb(165,184,186); }
H1.HeaderClassName
{
color: #A5B8BA;
}
.AnyTagClassName
{
color: #A5B8BA;
}
</style>
background-color css
<style>
a { background-color: #A5B8BA; }
a { background-color: rgb(165,184,186); }
div.DivClassName
{
background-color: #A5B8BA;
}
.BgClassName
{
background-color: #A5B8BA;
}
</style>
border-color css
<style>
span { border-color: #A5B8BA; }
span { border-color: rgb(165,184,186); }
td.TdClassName
{
border-color: #A5B8BA;
}
.TagClassName
{
border-color: #A5B8BA;
}
</style>