Shades of Casper #A1B6BC
Tints of Casper #A1B6BC
RGB
CMYK
RGB Variations
Color information
#A1B6BC (or 0xA1B6BC) is known color: Casper. HEX triplet: A1, B6 and BC. RGB value is (161,182,188). Sum of RGB (Red+Green+Blue) = 161+182+188=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A1B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B6BC is #5E4943. Grayscale: #B0B0B0. Windows color (decimal): -6179140 or 12367521. OLE color: 12367521.
HSL color Cylindrical-coordinate representation of color #A1B6BC: hue angle of 193.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B6BC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 182 | 188 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.26 |
| HSL | 193.33º | 0.17% | 0.68% | - |
| HSV(B) | 193.33º | 0.14% | 0.74% | - |
| XYZ | 40.5 | 44.66 | 54.06 | - |
| YUV | 176.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 182 | 188 | 0.14 | 0.03 | 0 | 0.26 | 193.33 | 0.17 | 0.68 |
| Hex | A1 | B6 | BC | E | 3 | 0 | 1A | C1 | 11 | 44 |
| Octal | 241 | 266 | 274 | 16 | 3 | 0 | 32 | 301 | 21 | 104 |
| Binary | 10100001 | 10110110 | 10111100 | 1110 | 11 | 0 | 11010 | 11000001 | 10001 | 1000100 |
Color Harmonies of #A1B6BC
Complementary color
Monochromatic Colors of #A1B6BC
Black with #A1B6BC
Text Example
Text Example
White with #A1B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B6BC; }
p { color: rgb(161,182,188); }
H1.HeaderClassName
{
color: #A1B6BC;
}
.AnyTagClassName
{
color: #A1B6BC;
}
</style>
background-color css
<style>
a { background-color: #A1B6BC; }
a { background-color: rgb(161,182,188); }
div.DivClassName
{
background-color: #A1B6BC;
}
.BgClassName
{
background-color: #A1B6BC;
}
</style>
border-color css
<style>
span { border-color: #A1B6BC; }
span { border-color: rgb(161,182,188); }
td.TdClassName
{
border-color: #A1B6BC;
}
.TagClassName
{
border-color: #A1B6BC;
}
</style>