Shades of Casper #A0BBBE
Tints of Casper #A0BBBE
RGB
CMYK
RGB Variations
Color information
#A0BBBE (or 0xA0BBBE) is known color: Casper. HEX triplet: A0, BB and BE. RGB value is (160,187,190). Sum of RGB (Red+Green+Blue) = 160+187+190=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BBBE is #5F4441. Grayscale: #B3B3B3. Windows color (decimal): -6243394 or 12499872. OLE color: 12499872.
HSL color Cylindrical-coordinate representation of color #A0BBBE: hue angle of 186º 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 #A0BBBE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 187 | 190 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.25 |
| HSL | 186º | 0.19% | 0.69% | - |
| HSV(B) | 186º | 0.16% | 0.75% | - |
| XYZ | 41.56 | 46.73 | 55.54 | - |
| YUV | 179.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 190 | 0.16 | 0.02 | 0 | 0.25 | 186 | 0.19 | 0.69 |
| Hex | A0 | BB | BE | 10 | 2 | 0 | 19 | BA | 13 | 45 |
| Octal | 240 | 273 | 276 | 20 | 2 | 0 | 31 | 272 | 23 | 105 |
| Binary | 10100000 | 10111011 | 10111110 | 10000 | 10 | 0 | 11001 | 10111010 | 10011 | 1000101 |
Color Harmonies of #A0BBBE
Complementary color
Monochromatic Colors of #A0BBBE
Black with #A0BBBE
Text Example
Text Example
White with #A0BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBBE; }
p { color: rgb(160,187,190); }
H1.HeaderClassName
{
color: #A0BBBE;
}
.AnyTagClassName
{
color: #A0BBBE;
}
</style>
background-color css
<style>
a { background-color: #A0BBBE; }
a { background-color: rgb(160,187,190); }
div.DivClassName
{
background-color: #A0BBBE;
}
.BgClassName
{
background-color: #A0BBBE;
}
</style>
border-color css
<style>
span { border-color: #A0BBBE; }
span { border-color: rgb(160,187,190); }
td.TdClassName
{
border-color: #A0BBBE;
}
.TagClassName
{
border-color: #A0BBBE;
}
</style>