Shades of Casper #A0BBC1
Tints of Casper #A0BBC1
RGB
CMYK
RGB Variations
Color information
#A0BBC1 (or 0xA0BBC1) is known color: Casper. HEX triplet: A0, BB and C1. RGB value is (160,187,193). Sum of RGB (Red+Green+Blue) = 160+187+193=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #A0BBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBC1 is #5F443E. Grayscale: #B3B3B3. Windows color (decimal): -6243391 or 12696480. OLE color: 12696480.
HSL color Cylindrical-coordinate representation of color #A0BBC1: hue angle of 190.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0BBC1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 187 | 193 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.24 |
| HSL | 190.91º | 0.21% | 0.69% | - |
| HSV(B) | 190.91º | 0.17% | 0.76% | - |
| XYZ | 41.89 | 46.86 | 57.29 | - |
| YUV | 179.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 193 | 0.17 | 0.03 | 0 | 0.24 | 190.91 | 0.21 | 0.69 |
| Hex | A0 | BB | C1 | 11 | 3 | 0 | 18 | BF | 15 | 45 |
| Octal | 240 | 273 | 301 | 21 | 3 | 0 | 30 | 277 | 25 | 105 |
| Binary | 10100000 | 10111011 | 11000001 | 10001 | 11 | 0 | 11000 | 10111111 | 10101 | 1000101 |
Color Harmonies of #A0BBC1
Complementary color
Monochromatic Colors of #A0BBC1
Black with #A0BBC1
Text Example
Text Example
White with #A0BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBC1; }
p { color: rgb(160,187,193); }
H1.HeaderClassName
{
color: #A0BBC1;
}
.AnyTagClassName
{
color: #A0BBC1;
}
</style>
background-color css
<style>
a { background-color: #A0BBC1; }
a { background-color: rgb(160,187,193); }
div.DivClassName
{
background-color: #A0BBC1;
}
.BgClassName
{
background-color: #A0BBC1;
}
</style>
border-color css
<style>
span { border-color: #A0BBC1; }
span { border-color: rgb(160,187,193); }
td.TdClassName
{
border-color: #A0BBC1;
}
.TagClassName
{
border-color: #A0BBC1;
}
</style>