Shades of Casper #A0BBBD
Tints of Casper #A0BBBD
RGB
CMYK
RGB Variations
Color information
#A0BBBD (or 0xA0BBBD) is known color: Casper. HEX triplet: A0, BB and BD. RGB value is (160,187,189). Sum of RGB (Red+Green+Blue) = 160+187+189=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBD is #5F4442. Grayscale: #B3B3B3. Windows color (decimal): -6243395 or 12434336. OLE color: 12434336.
HSL color Cylindrical-coordinate representation of color #A0BBBD: hue angle of 184.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BBBD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 187 | 189 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.26 |
| HSL | 184.14º | 0.18% | 0.68% | - |
| HSV(B) | 184.14º | 0.15% | 0.74% | - |
| XYZ | 41.45 | 46.69 | 54.97 | - |
| YUV | 179.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 189 | 0.15 | 0.01 | 0 | 0.26 | 184.14 | 0.18 | 0.68 |
| Hex | A0 | BB | BD | F | 1 | 0 | 1A | B8 | 12 | 44 |
| Octal | 240 | 273 | 275 | 17 | 1 | 0 | 32 | 270 | 22 | 104 |
| Binary | 10100000 | 10111011 | 10111101 | 1111 | 1 | 0 | 11010 | 10111000 | 10010 | 1000100 |
Color Harmonies of #A0BBBD
Complementary color
Monochromatic Colors of #A0BBBD
Black with #A0BBBD
Text Example
Text Example
White with #A0BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBBD; }
p { color: rgb(160,187,189); }
H1.HeaderClassName
{
color: #A0BBBD;
}
.AnyTagClassName
{
color: #A0BBBD;
}
</style>
background-color css
<style>
a { background-color: #A0BBBD; }
a { background-color: rgb(160,187,189); }
div.DivClassName
{
background-color: #A0BBBD;
}
.BgClassName
{
background-color: #A0BBBD;
}
</style>
border-color css
<style>
span { border-color: #A0BBBD; }
span { border-color: rgb(160,187,189); }
td.TdClassName
{
border-color: #A0BBBD;
}
.TagClassName
{
border-color: #A0BBBD;
}
</style>