Shades of Skeptic #A1BDB1
Tints of Skeptic #A1BDB1
RGB
CMYK
RGB Variations
Color information
#A1BDB1 (or 0xA1BDB1) is known color: Skeptic. HEX triplet: A1, BD and B1. RGB value is (161,189,177). Sum of RGB (Red+Green+Blue) = 161+189+177=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDB1 is #5E424E. Grayscale: #B3B3B3. Windows color (decimal): -6177359 or 11648417. OLE color: 11648417.
HSL color Cylindrical-coordinate representation of color #A1BDB1: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BDB1 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 177 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.26 |
| HSL | 154.29º | 0.18% | 0.69% | - |
| HSV(B) | 154.29º | 0.15% | 0.74% | - |
| XYZ | 40.83 | 47.15 | 48.54 | - |
| YUV | 179.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 177 | 0.15 | 0 | 0.06 | 0.26 | 154.29 | 0.18 | 0.69 |
| Hex | A1 | BD | B1 | F | 0 | 6 | 1A | 9A | 12 | 45 |
| Octal | 241 | 275 | 261 | 17 | 0 | 6 | 32 | 232 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10110001 | 1111 | 0 | 110 | 11010 | 10011010 | 10010 | 1000101 |
Color Harmonies of #A1BDB1
Complementary color
Monochromatic Colors of #A1BDB1
Black with #A1BDB1
Text Example
Text Example
White with #A1BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDB1; }
p { color: rgb(161,189,177); }
H1.HeaderClassName
{
color: #A1BDB1;
}
.AnyTagClassName
{
color: #A1BDB1;
}
</style>
background-color css
<style>
a { background-color: #A1BDB1; }
a { background-color: rgb(161,189,177); }
div.DivClassName
{
background-color: #A1BDB1;
}
.BgClassName
{
background-color: #A1BDB1;
}
</style>
border-color css
<style>
span { border-color: #A1BDB1; }
span { border-color: rgb(161,189,177); }
td.TdClassName
{
border-color: #A1BDB1;
}
.TagClassName
{
border-color: #A1BDB1;
}
</style>