Shades of Casper #A3BABC
Tints of Casper #A3BABC
RGB
CMYK
RGB Variations
Color information
#A3BABC (or 0xA3BABC) is known color: Casper. HEX triplet: A3, BA and BC. RGB value is (163,186,188). Sum of RGB (Red+Green+Blue) = 163+186+188=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BABC is #5C4543. Grayscale: #B3B3B3. Windows color (decimal): -6047044 or 12368547. OLE color: 12368547.
HSL color Cylindrical-coordinate representation of color #A3BABC: hue angle of 184.8º degrees, saturation: 0.16, 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 #A3BABC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 186 | 188 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.26 |
| HSL | 184.8º | 0.16% | 0.69% | - |
| HSV(B) | 184.8º | 0.13% | 0.74% | - |
| XYZ | 41.74 | 46.54 | 54.36 | - |
| YUV | 179.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 188 | 0.13 | 0.01 | 0 | 0.26 | 184.8 | 0.16 | 0.69 |
| Hex | A3 | BA | BC | D | 1 | 0 | 1A | B9 | 10 | 45 |
| Octal | 243 | 272 | 274 | 15 | 1 | 0 | 32 | 271 | 20 | 105 |
| Binary | 10100011 | 10111010 | 10111100 | 1101 | 1 | 0 | 11010 | 10111001 | 10000 | 1000101 |
Color Harmonies of #A3BABC
Complementary color
Monochromatic Colors of #A3BABC
Black with #A3BABC
Text Example
Text Example
White with #A3BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BABC; }
p { color: rgb(163,186,188); }
H1.HeaderClassName
{
color: #A3BABC;
}
.AnyTagClassName
{
color: #A3BABC;
}
</style>
background-color css
<style>
a { background-color: #A3BABC; }
a { background-color: rgb(163,186,188); }
div.DivClassName
{
background-color: #A3BABC;
}
.BgClassName
{
background-color: #A3BABC;
}
</style>
border-color css
<style>
span { border-color: #A3BABC; }
span { border-color: rgb(163,186,188); }
td.TdClassName
{
border-color: #A3BABC;
}
.TagClassName
{
border-color: #A3BABC;
}
</style>