Shades of Casper #A3BCC0
Tints of Casper #A3BCC0
RGB
CMYK
RGB Variations
Color information
#A3BCC0 (or 0xA3BCC0) is known color: Casper. HEX triplet: A3, BC and C0. RGB value is (163,188,192). Sum of RGB (Red+Green+Blue) = 163+188+192=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCC0 is #5C433F. Grayscale: #B4B4B4. Windows color (decimal): -6046528 or 12631203. OLE color: 12631203.
HSL color Cylindrical-coordinate representation of color #A3BCC0: hue angle of 188.28º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BCC0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 188 | 192 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.25 |
| HSL | 188.28º | 0.19% | 0.7% | - |
| HSV(B) | 188.28º | 0.15% | 0.75% | - |
| XYZ | 42.6 | 47.56 | 56.8 | - |
| YUV | 180.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 192 | 0.15 | 0.02 | 0 | 0.25 | 188.28 | 0.19 | 0.7 |
| Hex | A3 | BC | C0 | F | 2 | 0 | 19 | BC | 13 | 46 |
| Octal | 243 | 274 | 300 | 17 | 2 | 0 | 31 | 274 | 23 | 106 |
| Binary | 10100011 | 10111100 | 11000000 | 1111 | 10 | 0 | 11001 | 10111100 | 10011 | 1000110 |
Color Harmonies of #A3BCC0
Complementary color
Monochromatic Colors of #A3BCC0
Black with #A3BCC0
Text Example
Text Example
White with #A3BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCC0; }
p { color: rgb(163,188,192); }
H1.HeaderClassName
{
color: #A3BCC0;
}
.AnyTagClassName
{
color: #A3BCC0;
}
</style>
background-color css
<style>
a { background-color: #A3BCC0; }
a { background-color: rgb(163,188,192); }
div.DivClassName
{
background-color: #A3BCC0;
}
.BgClassName
{
background-color: #A3BCC0;
}
</style>
border-color css
<style>
span { border-color: #A3BCC0; }
span { border-color: rgb(163,188,192); }
td.TdClassName
{
border-color: #A3BCC0;
}
.TagClassName
{
border-color: #A3BCC0;
}
</style>