Shades of Casper #A3BCC1
Tints of Casper #A3BCC1
RGB
CMYK
RGB Variations
Color information
#A3BCC1 (or 0xA3BCC1) is known color: Casper. HEX triplet: A3, BC and C1. RGB value is (163,188,193). Sum of RGB (Red+Green+Blue) = 163+188+193=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCC1 is #5C433E. Grayscale: #B5B5B5. Windows color (decimal): -6046527 or 12696739. OLE color: 12696739.
HSL color Cylindrical-coordinate representation of color #A3BCC1: hue angle of 190º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BCC1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 188 | 193 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.24 |
| HSL | 190º | 0.19% | 0.7% | - |
| HSV(B) | 190º | 0.16% | 0.76% | - |
| XYZ | 42.71 | 47.6 | 57.39 | - |
| YUV | 181.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 193 | 0.16 | 0.03 | 0 | 0.24 | 190 | 0.19 | 0.7 |
| Hex | A3 | BC | C1 | 10 | 3 | 0 | 18 | BE | 13 | 46 |
| Octal | 243 | 274 | 301 | 20 | 3 | 0 | 30 | 276 | 23 | 106 |
| Binary | 10100011 | 10111100 | 11000001 | 10000 | 11 | 0 | 11000 | 10111110 | 10011 | 1000110 |
Color Harmonies of #A3BCC1
Complementary color
Monochromatic Colors of #A3BCC1
Black with #A3BCC1
Text Example
Text Example
White with #A3BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCC1; }
p { color: rgb(163,188,193); }
H1.HeaderClassName
{
color: #A3BCC1;
}
.AnyTagClassName
{
color: #A3BCC1;
}
</style>
background-color css
<style>
a { background-color: #A3BCC1; }
a { background-color: rgb(163,188,193); }
div.DivClassName
{
background-color: #A3BCC1;
}
.BgClassName
{
background-color: #A3BCC1;
}
</style>
border-color css
<style>
span { border-color: #A3BCC1; }
span { border-color: rgb(163,188,193); }
td.TdClassName
{
border-color: #A3BCC1;
}
.TagClassName
{
border-color: #A3BCC1;
}
</style>