Shades of Casper #A1BCC1
Tints of Casper #A1BCC1
RGB
CMYK
RGB Variations
Color information
#A1BCC1 (or 0xA1BCC1) is known color: Casper. HEX triplet: A1, BC and C1. RGB value is (161,188,193). Sum of RGB (Red+Green+Blue) = 161+188+193=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #A1BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCC1 is #5E433E. Grayscale: #B4B4B4. Windows color (decimal): -6177599 or 12696737. OLE color: 12696737.
HSL color Cylindrical-coordinate representation of color #A1BCC1: hue angle of 189.38º 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 #A1BCC1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 188 | 193 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.24 |
| HSL | 189.38º | 0.21% | 0.69% | - |
| HSV(B) | 189.38º | 0.17% | 0.76% | - |
| XYZ | 42.31 | 47.39 | 57.37 | - |
| YUV | 180.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 193 | 0.17 | 0.03 | 0 | 0.24 | 189.38 | 0.21 | 0.69 |
| Hex | A1 | BC | C1 | 11 | 3 | 0 | 18 | BD | 15 | 45 |
| Octal | 241 | 274 | 301 | 21 | 3 | 0 | 30 | 275 | 25 | 105 |
| Binary | 10100001 | 10111100 | 11000001 | 10001 | 11 | 0 | 11000 | 10111101 | 10101 | 1000101 |
Color Harmonies of #A1BCC1
Complementary color
Monochromatic Colors of #A1BCC1
Black with #A1BCC1
Text Example
Text Example
White with #A1BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCC1; }
p { color: rgb(161,188,193); }
H1.HeaderClassName
{
color: #A1BCC1;
}
.AnyTagClassName
{
color: #A1BCC1;
}
</style>
background-color css
<style>
a { background-color: #A1BCC1; }
a { background-color: rgb(161,188,193); }
div.DivClassName
{
background-color: #A1BCC1;
}
.BgClassName
{
background-color: #A1BCC1;
}
</style>
border-color css
<style>
span { border-color: #A1BCC1; }
span { border-color: rgb(161,188,193); }
td.TdClassName
{
border-color: #A1BCC1;
}
.TagClassName
{
border-color: #A1BCC1;
}
</style>