Shades of Casper #A0BCBF
Tints of Casper #A0BCBF
RGB
CMYK
RGB Variations
Color information
#A0BCBF (or 0xA0BCBF) is known color: Casper. HEX triplet: A0, BC and BF. RGB value is (160,188,191). Sum of RGB (Red+Green+Blue) = 160+188+191=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBF is #5F4340. Grayscale: #B3B3B3. Windows color (decimal): -6243137 or 12565664. OLE color: 12565664.
HSL color Cylindrical-coordinate representation of color #A0BCBF: hue angle of 185.81º 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 #A0BCBF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 188 | 191 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.25 |
| HSL | 185.81º | 0.19% | 0.69% | - |
| HSV(B) | 185.81º | 0.16% | 0.75% | - |
| XYZ | 41.88 | 47.2 | 56.19 | - |
| YUV | 179.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 191 | 0.16 | 0.02 | 0 | 0.25 | 185.81 | 0.19 | 0.69 |
| Hex | A0 | BC | BF | 10 | 2 | 0 | 19 | BA | 13 | 45 |
| Octal | 240 | 274 | 277 | 20 | 2 | 0 | 31 | 272 | 23 | 105 |
| Binary | 10100000 | 10111100 | 10111111 | 10000 | 10 | 0 | 11001 | 10111010 | 10011 | 1000101 |
Color Harmonies of #A0BCBF
Complementary color
Monochromatic Colors of #A0BCBF
Black with #A0BCBF
Text Example
Text Example
White with #A0BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BCBF; }
p { color: rgb(160,188,191); }
H1.HeaderClassName
{
color: #A0BCBF;
}
.AnyTagClassName
{
color: #A0BCBF;
}
</style>
background-color css
<style>
a { background-color: #A0BCBF; }
a { background-color: rgb(160,188,191); }
div.DivClassName
{
background-color: #A0BCBF;
}
.BgClassName
{
background-color: #A0BCBF;
}
</style>
border-color css
<style>
span { border-color: #A0BCBF; }
span { border-color: rgb(160,188,191); }
td.TdClassName
{
border-color: #A0BCBF;
}
.TagClassName
{
border-color: #A0BCBF;
}
</style>