Shades of Casper #A3B5BB
Tints of Casper #A3B5BB
RGB
CMYK
RGB Variations
Color information
#A3B5BB (or 0xA3B5BB) is known color: Casper. HEX triplet: A3, B5 and BB. RGB value is (163,181,187). Sum of RGB (Red+Green+Blue) = 163+181+187=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5BB is #5C4A44. Grayscale: #B0B0B0. Windows color (decimal): -6048325 or 12301731. OLE color: 12301731.
HSL color Cylindrical-coordinate representation of color #A3B5BB: hue angle of 195º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B5BB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 181 | 187 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.27 |
| HSL | 195º | 0.15% | 0.69% | - |
| HSV(B) | 195º | 0.13% | 0.73% | - |
| XYZ | 40.6 | 44.42 | 53.45 | - |
| YUV | 176.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 187 | 0.13 | 0.03 | 0 | 0.27 | 195 | 0.15 | 0.69 |
| Hex | A3 | B5 | BB | D | 3 | 0 | 1B | C3 | F | 45 |
| Octal | 243 | 265 | 273 | 15 | 3 | 0 | 33 | 303 | 17 | 105 |
| Binary | 10100011 | 10110101 | 10111011 | 1101 | 11 | 0 | 11011 | 11000011 | 1111 | 1000101 |
Color Harmonies of #A3B5BB
Complementary color
Monochromatic Colors of #A3B5BB
Black with #A3B5BB
Text Example
Text Example
White with #A3B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5BB; }
p { color: rgb(163,181,187); }
H1.HeaderClassName
{
color: #A3B5BB;
}
.AnyTagClassName
{
color: #A3B5BB;
}
</style>
background-color css
<style>
a { background-color: #A3B5BB; }
a { background-color: rgb(163,181,187); }
div.DivClassName
{
background-color: #A3B5BB;
}
.BgClassName
{
background-color: #A3B5BB;
}
</style>
border-color css
<style>
span { border-color: #A3B5BB; }
span { border-color: rgb(163,181,187); }
td.TdClassName
{
border-color: #A3B5BB;
}
.TagClassName
{
border-color: #A3B5BB;
}
</style>