Shades of Skeptic #A0BEB2
Tints of Skeptic #A0BEB2
RGB
CMYK
RGB Variations
Color information
#A0BEB2 (or 0xA0BEB2) is known color: Skeptic. HEX triplet: A0, BE and B2. RGB value is (160,190,178). Sum of RGB (Red+Green+Blue) = 160+190+178=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEB2 is #5F414D. Grayscale: #B3B3B3. Windows color (decimal): -6242638 or 11714208. OLE color: 11714208.
HSL color Cylindrical-coordinate representation of color #A0BEB2: hue angle of 156º 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 #A0BEB2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 178 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.25 |
| HSL | 156º | 0.19% | 0.69% | - |
| HSV(B) | 156º | 0.16% | 0.75% | - |
| XYZ | 40.95 | 47.51 | 49.13 | - |
| YUV | 179.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 178 | 0.16 | 0 | 0.06 | 0.25 | 156 | 0.19 | 0.69 |
| Hex | A0 | BE | B2 | 10 | 0 | 6 | 19 | 9C | 13 | 45 |
| Octal | 240 | 276 | 262 | 20 | 0 | 6 | 31 | 234 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10110010 | 10000 | 0 | 110 | 11001 | 10011100 | 10011 | 1000101 |
Color Harmonies of #A0BEB2
Complementary color
Monochromatic Colors of #A0BEB2
Black with #A0BEB2
Text Example
Text Example
White with #A0BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEB2; }
p { color: rgb(160,190,178); }
H1.HeaderClassName
{
color: #A0BEB2;
}
.AnyTagClassName
{
color: #A0BEB2;
}
</style>
background-color css
<style>
a { background-color: #A0BEB2; }
a { background-color: rgb(160,190,178); }
div.DivClassName
{
background-color: #A0BEB2;
}
.BgClassName
{
background-color: #A0BEB2;
}
</style>
border-color css
<style>
span { border-color: #A0BEB2; }
span { border-color: rgb(160,190,178); }
td.TdClassName
{
border-color: #A0BEB2;
}
.TagClassName
{
border-color: #A0BEB2;
}
</style>