Shades of Skeptic #A2BCB1
Tints of Skeptic #A2BCB1
RGB
CMYK
RGB Variations
Color information
#A2BCB1 (or 0xA2BCB1) is known color: Skeptic. HEX triplet: A2, BC and B1. RGB value is (162,188,177). Sum of RGB (Red+Green+Blue) = 162+188+177=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCB1 is #5D434E. Grayscale: #B2B2B2. Windows color (decimal): -6112079 or 11648162. OLE color: 11648162.
HSL color Cylindrical-coordinate representation of color #A2BCB1: hue angle of 154.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCB1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 177 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.26 |
| HSL | 154.62º | 0.16% | 0.69% | - |
| HSV(B) | 154.62º | 0.14% | 0.74% | - |
| XYZ | 40.82 | 46.82 | 48.48 | - |
| YUV | 178.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 177 | 0.14 | 0 | 0.06 | 0.26 | 154.62 | 0.16 | 0.69 |
| Hex | A2 | BC | B1 | E | 0 | 6 | 1A | 9B | 10 | 45 |
| Octal | 242 | 274 | 261 | 16 | 0 | 6 | 32 | 233 | 20 | 105 |
| Binary | 10100010 | 10111100 | 10110001 | 1110 | 0 | 110 | 11010 | 10011011 | 10000 | 1000101 |
Color Harmonies of #A2BCB1
Complementary color
Monochromatic Colors of #A2BCB1
Black with #A2BCB1
Text Example
Text Example
White with #A2BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCB1; }
p { color: rgb(162,188,177); }
H1.HeaderClassName
{
color: #A2BCB1;
}
.AnyTagClassName
{
color: #A2BCB1;
}
</style>
background-color css
<style>
a { background-color: #A2BCB1; }
a { background-color: rgb(162,188,177); }
div.DivClassName
{
background-color: #A2BCB1;
}
.BgClassName
{
background-color: #A2BCB1;
}
</style>
border-color css
<style>
span { border-color: #A2BCB1; }
span { border-color: rgb(162,188,177); }
td.TdClassName
{
border-color: #A2BCB1;
}
.TagClassName
{
border-color: #A2BCB1;
}
</style>