Shades of Casper #A5B7BC
Tints of Casper #A5B7BC
RGB
CMYK
RGB Variations
Color information
#A5B7BC (or 0xA5B7BC) is known color: Casper. HEX triplet: A5, B7 and BC. RGB value is (165,183,188). Sum of RGB (Red+Green+Blue) = 165+183+188=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B7BC is #5A4843. Grayscale: #B2B2B2. Windows color (decimal): -5916740 or 12367781. OLE color: 12367781.
HSL color Cylindrical-coordinate representation of color #A5B7BC: hue angle of 193.04º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5B7BC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 183 | 188 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.26 |
| HSL | 193.04º | 0.15% | 0.69% | - |
| HSV(B) | 193.04º | 0.12% | 0.74% | - |
| XYZ | 41.53 | 45.5 | 54.17 | - |
| YUV | 178.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 188 | 0.12 | 0.03 | 0 | 0.26 | 193.04 | 0.15 | 0.69 |
| Hex | A5 | B7 | BC | C | 3 | 0 | 1A | C1 | F | 45 |
| Octal | 245 | 267 | 274 | 14 | 3 | 0 | 32 | 301 | 17 | 105 |
| Binary | 10100101 | 10110111 | 10111100 | 1100 | 11 | 0 | 11010 | 11000001 | 1111 | 1000101 |
Color Harmonies of #A5B7BC
Complementary color
Monochromatic Colors of #A5B7BC
Black with #A5B7BC
Text Example
Text Example
White with #A5B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B7BC; }
p { color: rgb(165,183,188); }
H1.HeaderClassName
{
color: #A5B7BC;
}
.AnyTagClassName
{
color: #A5B7BC;
}
</style>
background-color css
<style>
a { background-color: #A5B7BC; }
a { background-color: rgb(165,183,188); }
div.DivClassName
{
background-color: #A5B7BC;
}
.BgClassName
{
background-color: #A5B7BC;
}
</style>
border-color css
<style>
span { border-color: #A5B7BC; }
span { border-color: rgb(165,183,188); }
td.TdClassName
{
border-color: #A5B7BC;
}
.TagClassName
{
border-color: #A5B7BC;
}
</style>