Shades of Casper #A5B8BE
Tints of Casper #A5B8BE
RGB
CMYK
RGB Variations
Color information
#A5B8BE (or 0xA5B8BE) is known color: Casper. HEX triplet: A5, B8 and BE. RGB value is (165,184,190). Sum of RGB (Red+Green+Blue) = 165+184+190=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5B8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B8BE is #5A4741. Grayscale: #B2B2B2. Windows color (decimal): -5916482 or 12499109. OLE color: 12499109.
HSL color Cylindrical-coordinate representation of color #A5B8BE: hue angle of 194.4º 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 #A5B8BE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 184 | 190 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.25 |
| HSL | 194.4º | 0.16% | 0.7% | - |
| HSV(B) | 194.4º | 0.13% | 0.75% | - |
| XYZ | 41.95 | 46 | 55.38 | - |
| YUV | 179 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 190 | 0.13 | 0.03 | 0 | 0.25 | 194.4 | 0.16 | 0.7 |
| Hex | A5 | B8 | BE | D | 3 | 0 | 19 | C2 | 10 | 46 |
| Octal | 245 | 270 | 276 | 15 | 3 | 0 | 31 | 302 | 20 | 106 |
| Binary | 10100101 | 10111000 | 10111110 | 1101 | 11 | 0 | 11001 | 11000010 | 10000 | 1000110 |
Color Harmonies of #A5B8BE
Complementary color
Monochromatic Colors of #A5B8BE
Black with #A5B8BE
Text Example
Text Example
White with #A5B8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B8BE; }
p { color: rgb(165,184,190); }
H1.HeaderClassName
{
color: #A5B8BE;
}
.AnyTagClassName
{
color: #A5B8BE;
}
</style>
background-color css
<style>
a { background-color: #A5B8BE; }
a { background-color: rgb(165,184,190); }
div.DivClassName
{
background-color: #A5B8BE;
}
.BgClassName
{
background-color: #A5B8BE;
}
</style>
border-color css
<style>
span { border-color: #A5B8BE; }
span { border-color: rgb(165,184,190); }
td.TdClassName
{
border-color: #A5B8BE;
}
.TagClassName
{
border-color: #A5B8BE;
}
</style>