Shades of Casper #A0B6BC
Tints of Casper #A0B6BC
RGB
CMYK
RGB Variations
Color information
#A0B6BC (or 0xA0B6BC) is known color: Casper. HEX triplet: A0, B6 and BC. RGB value is (160,182,188). Sum of RGB (Red+Green+Blue) = 160+182+188=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B6BC is #5F4943. Grayscale: #B0B0B0. Windows color (decimal): -6244676 or 12367520. OLE color: 12367520.
HSL color Cylindrical-coordinate representation of color #A0B6BC: hue angle of 192.86º 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 #A0B6BC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 182 | 188 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.26 |
| HSL | 192.86º | 0.17% | 0.68% | - |
| HSV(B) | 192.86º | 0.15% | 0.74% | - |
| XYZ | 40.3 | 44.56 | 54.05 | - |
| YUV | 176.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 182 | 188 | 0.15 | 0.03 | 0 | 0.26 | 192.86 | 0.17 | 0.68 |
| Hex | A0 | B6 | BC | F | 3 | 0 | 1A | C1 | 11 | 44 |
| Octal | 240 | 266 | 274 | 17 | 3 | 0 | 32 | 301 | 21 | 104 |
| Binary | 10100000 | 10110110 | 10111100 | 1111 | 11 | 0 | 11010 | 11000001 | 10001 | 1000100 |
Color Harmonies of #A0B6BC
Complementary color
Monochromatic Colors of #A0B6BC
Black with #A0B6BC
Text Example
Text Example
White with #A0B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B6BC; }
p { color: rgb(160,182,188); }
H1.HeaderClassName
{
color: #A0B6BC;
}
.AnyTagClassName
{
color: #A0B6BC;
}
</style>
background-color css
<style>
a { background-color: #A0B6BC; }
a { background-color: rgb(160,182,188); }
div.DivClassName
{
background-color: #A0B6BC;
}
.BgClassName
{
background-color: #A0B6BC;
}
</style>
border-color css
<style>
span { border-color: #A0B6BC; }
span { border-color: rgb(160,182,188); }
td.TdClassName
{
border-color: #A0B6BC;
}
.TagClassName
{
border-color: #A0B6BC;
}
</style>