Shades of Casper #A0B4BC
Tints of Casper #A0B4BC
RGB
CMYK
RGB Variations
Color information
#A0B4BC (or 0xA0B4BC) is known color: Casper. HEX triplet: A0, B4 and BC. RGB value is (160,180,188). Sum of RGB (Red+Green+Blue) = 160+180+188=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4BC is #5F4B43. Grayscale: #AEAEAE. Windows color (decimal): -6245188 or 12367008. OLE color: 12367008.
HSL color Cylindrical-coordinate representation of color #A0B4BC: hue angle of 197.14º degrees, saturation: 0.17, 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 #A0B4BC is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 180 | 188 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.26 |
| HSL | 197.14º | 0.17% | 0.68% | - |
| HSV(B) | 197.14º | 0.15% | 0.74% | - |
| XYZ | 39.9 | 43.75 | 53.92 | - |
| YUV | 174.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 188 | 0.15 | 0.04 | 0 | 0.26 | 197.14 | 0.17 | 0.68 |
| Hex | A0 | B4 | BC | F | 4 | 0 | 1A | C5 | 11 | 44 |
| Octal | 240 | 264 | 274 | 17 | 4 | 0 | 32 | 305 | 21 | 104 |
| Binary | 10100000 | 10110100 | 10111100 | 1111 | 100 | 0 | 11010 | 11000101 | 10001 | 1000100 |
Color Harmonies of #A0B4BC
Complementary color
Monochromatic Colors of #A0B4BC
Black with #A0B4BC
Text Example
Text Example
White with #A0B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B4BC; }
p { color: rgb(160,180,188); }
H1.HeaderClassName
{
color: #A0B4BC;
}
.AnyTagClassName
{
color: #A0B4BC;
}
</style>
background-color css
<style>
a { background-color: #A0B4BC; }
a { background-color: rgb(160,180,188); }
div.DivClassName
{
background-color: #A0B4BC;
}
.BgClassName
{
background-color: #A0B4BC;
}
</style>
border-color css
<style>
span { border-color: #A0B4BC; }
span { border-color: rgb(160,180,188); }
td.TdClassName
{
border-color: #A0B4BC;
}
.TagClassName
{
border-color: #A0B4BC;
}
</style>