Shades of Skeptic #A1BFB2
Tints of Skeptic #A1BFB2
RGB
CMYK
RGB Variations
Color information
#A1BFB2 (or 0xA1BFB2) is known color: Skeptic. HEX triplet: A1, BF and B2. RGB value is (161,191,178). Sum of RGB (Red+Green+Blue) = 161+191+178=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFB2 is #5E404D. Grayscale: #B4B4B4. Windows color (decimal): -6176846 or 11714465. OLE color: 11714465.
HSL color Cylindrical-coordinate representation of color #A1BFB2: hue angle of 154º 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 #A1BFB2 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 178 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.25 |
| HSL | 154º | 0.19% | 0.69% | - |
| HSV(B) | 154º | 0.16% | 0.75% | - |
| XYZ | 41.36 | 48.05 | 49.21 | - |
| YUV | 180.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 178 | 0.16 | 0 | 0.07 | 0.25 | 154 | 0.19 | 0.69 |
| Hex | A1 | BF | B2 | 10 | 0 | 7 | 19 | 9A | 13 | 45 |
| Octal | 241 | 277 | 262 | 20 | 0 | 7 | 31 | 232 | 23 | 105 |
| Binary | 10100001 | 10111111 | 10110010 | 10000 | 0 | 111 | 11001 | 10011010 | 10011 | 1000101 |
Color Harmonies of #A1BFB2
Complementary color
Monochromatic Colors of #A1BFB2
Black with #A1BFB2
Text Example
Text Example
White with #A1BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BFB2; }
p { color: rgb(161,191,178); }
H1.HeaderClassName
{
color: #A1BFB2;
}
.AnyTagClassName
{
color: #A1BFB2;
}
</style>
background-color css
<style>
a { background-color: #A1BFB2; }
a { background-color: rgb(161,191,178); }
div.DivClassName
{
background-color: #A1BFB2;
}
.BgClassName
{
background-color: #A1BFB2;
}
</style>
border-color css
<style>
span { border-color: #A1BFB2; }
span { border-color: rgb(161,191,178); }
td.TdClassName
{
border-color: #A1BFB2;
}
.TagClassName
{
border-color: #A1BFB2;
}
</style>