Shades of Casper #A1BAC1
Tints of Casper #A1BAC1
RGB
CMYK
RGB Variations
Color information
#A1BAC1 (or 0xA1BAC1) is known color: Casper. HEX triplet: A1, BA and C1. RGB value is (161,186,193). Sum of RGB (Red+Green+Blue) = 161+186+193=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #A1BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BAC1 is #5E453E. Grayscale: #B3B3B3. Windows color (decimal): -6178111 or 12696225. OLE color: 12696225.
HSL color Cylindrical-coordinate representation of color #A1BAC1: hue angle of 193.12º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BAC1 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 186 | 193 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.24 |
| HSL | 193.13º | 0.21% | 0.69% | - |
| HSV(B) | 193.13º | 0.17% | 0.76% | - |
| XYZ | 41.88 | 46.55 | 57.23 | - |
| YUV | 179.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 193 | 0.17 | 0.04 | 0 | 0.24 | 193.13 | 0.21 | 0.69 |
| Hex | A1 | BA | C1 | 11 | 4 | 0 | 18 | C1 | 15 | 45 |
| Octal | 241 | 272 | 301 | 21 | 4 | 0 | 30 | 301 | 25 | 105 |
| Binary | 10100001 | 10111010 | 11000001 | 10001 | 100 | 0 | 11000 | 11000001 | 10101 | 1000101 |
Color Harmonies of #A1BAC1
Complementary color
Monochromatic Colors of #A1BAC1
Black with #A1BAC1
Text Example
Text Example
White with #A1BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAC1; }
p { color: rgb(161,186,193); }
H1.HeaderClassName
{
color: #A1BAC1;
}
.AnyTagClassName
{
color: #A1BAC1;
}
</style>
background-color css
<style>
a { background-color: #A1BAC1; }
a { background-color: rgb(161,186,193); }
div.DivClassName
{
background-color: #A1BAC1;
}
.BgClassName
{
background-color: #A1BAC1;
}
</style>
border-color css
<style>
span { border-color: #A1BAC1; }
span { border-color: rgb(161,186,193); }
td.TdClassName
{
border-color: #A1BAC1;
}
.TagClassName
{
border-color: #A1BAC1;
}
</style>