Shades of Casper #A5B7BB
Tints of Casper #A5B7BB
RGB
CMYK
RGB Variations
Color information
#A5B7BB (or 0xA5B7BB) is known color: Casper. HEX triplet: A5, B7 and BB. RGB value is (165,183,187). Sum of RGB (Red+Green+Blue) = 165+183+187=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5B7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7BB is #5A4844. Grayscale: #B2B2B2. Windows color (decimal): -5916741 or 12302245. OLE color: 12302245.
HSL color Cylindrical-coordinate representation of color #A5B7BB: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B7BB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 183 | 187 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.27 |
| HSL | 190.91º | 0.14% | 0.69% | - |
| HSV(B) | 190.91º | 0.12% | 0.73% | - |
| XYZ | 41.42 | 45.45 | 53.6 | - |
| YUV | 178.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 187 | 0.12 | 0.02 | 0 | 0.27 | 190.91 | 0.14 | 0.69 |
| Hex | A5 | B7 | BB | C | 2 | 0 | 1B | BF | E | 45 |
| Octal | 245 | 267 | 273 | 14 | 2 | 0 | 33 | 277 | 16 | 105 |
| Binary | 10100101 | 10110111 | 10111011 | 1100 | 10 | 0 | 11011 | 10111111 | 1110 | 1000101 |
Color Harmonies of #A5B7BB
Complementary color
Monochromatic Colors of #A5B7BB
Black with #A5B7BB
Text Example
Text Example
White with #A5B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7BB; }
p { color: rgb(165,183,187); }
H1.HeaderClassName
{
color: #A5B7BB;
}
.AnyTagClassName
{
color: #A5B7BB;
}
</style>
background-color css
<style>
a { background-color: #A5B7BB; }
a { background-color: rgb(165,183,187); }
div.DivClassName
{
background-color: #A5B7BB;
}
.BgClassName
{
background-color: #A5B7BB;
}
</style>
border-color css
<style>
span { border-color: #A5B7BB; }
span { border-color: rgb(165,183,187); }
td.TdClassName
{
border-color: #A5B7BB;
}
.TagClassName
{
border-color: #A5B7BB;
}
</style>