Shades of Casper #A5B7BD
Tints of Casper #A5B7BD
RGB
CMYK
RGB Variations
Color information
#A5B7BD (or 0xA5B7BD) is known color: Casper. HEX triplet: A5, B7 and BD. RGB value is (165,183,189). Sum of RGB (Red+Green+Blue) = 165+183+189=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7BD is #5A4842. Grayscale: #B2B2B2. Windows color (decimal): -5916739 or 12433317. OLE color: 12433317.
HSL color Cylindrical-coordinate representation of color #A5B7BD: hue angle of 195º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B7BD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 183 | 189 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.26 |
| HSL | 195º | 0.15% | 0.69% | - |
| HSV(B) | 195º | 0.13% | 0.74% | - |
| XYZ | 41.64 | 45.54 | 54.74 | - |
| YUV | 178.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 189 | 0.13 | 0.03 | 0 | 0.26 | 195 | 0.15 | 0.69 |
| Hex | A5 | B7 | BD | D | 3 | 0 | 1A | C3 | F | 45 |
| Octal | 245 | 267 | 275 | 15 | 3 | 0 | 32 | 303 | 17 | 105 |
| Binary | 10100101 | 10110111 | 10111101 | 1101 | 11 | 0 | 11010 | 11000011 | 1111 | 1000101 |
Color Harmonies of #A5B7BD
Complementary color
Monochromatic Colors of #A5B7BD
Black with #A5B7BD
Text Example
Text Example
White with #A5B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7BD; }
p { color: rgb(165,183,189); }
H1.HeaderClassName
{
color: #A5B7BD;
}
.AnyTagClassName
{
color: #A5B7BD;
}
</style>
background-color css
<style>
a { background-color: #A5B7BD; }
a { background-color: rgb(165,183,189); }
div.DivClassName
{
background-color: #A5B7BD;
}
.BgClassName
{
background-color: #A5B7BD;
}
</style>
border-color css
<style>
span { border-color: #A5B7BD; }
span { border-color: rgb(165,183,189); }
td.TdClassName
{
border-color: #A5B7BD;
}
.TagClassName
{
border-color: #A5B7BD;
}
</style>