Shades of Casper #A1BABF
Tints of Casper #A1BABF
RGB
CMYK
RGB Variations
Color information
#A1BABF (or 0xA1BABF) is known color: Casper. HEX triplet: A1, BA and BF. RGB value is (161,186,191). Sum of RGB (Red+Green+Blue) = 161+186+191=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BABF is #5E4540. Grayscale: #B3B3B3. Windows color (decimal): -6178113 or 12565153. OLE color: 12565153.
HSL color Cylindrical-coordinate representation of color #A1BABF: hue angle of 190º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BABF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 186 | 191 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.25 |
| HSL | 190º | 0.19% | 0.69% | - |
| HSV(B) | 190º | 0.16% | 0.75% | - |
| XYZ | 41.66 | 46.46 | 56.06 | - |
| YUV | 179.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 191 | 0.16 | 0.03 | 0 | 0.25 | 190 | 0.19 | 0.69 |
| Hex | A1 | BA | BF | 10 | 3 | 0 | 19 | BE | 13 | 45 |
| Octal | 241 | 272 | 277 | 20 | 3 | 0 | 31 | 276 | 23 | 105 |
| Binary | 10100001 | 10111010 | 10111111 | 10000 | 11 | 0 | 11001 | 10111110 | 10011 | 1000101 |
Color Harmonies of #A1BABF
Complementary color
Monochromatic Colors of #A1BABF
Black with #A1BABF
Text Example
Text Example
White with #A1BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BABF; }
p { color: rgb(161,186,191); }
H1.HeaderClassName
{
color: #A1BABF;
}
.AnyTagClassName
{
color: #A1BABF;
}
</style>
background-color css
<style>
a { background-color: #A1BABF; }
a { background-color: rgb(161,186,191); }
div.DivClassName
{
background-color: #A1BABF;
}
.BgClassName
{
background-color: #A1BABF;
}
</style>
border-color css
<style>
span { border-color: #A1BABF; }
span { border-color: rgb(161,186,191); }
td.TdClassName
{
border-color: #A1BABF;
}
.TagClassName
{
border-color: #A1BABF;
}
</style>