Shades of Skeptic #A4BDB0
Tints of Skeptic #A4BDB0
RGB
CMYK
RGB Variations
Color information
#A4BDB0 (or 0xA4BDB0) is known color: Skeptic. HEX triplet: A4, BD and B0. RGB value is (164,189,176). Sum of RGB (Red+Green+Blue) = 164+189+176=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDB0 is #5B424F. Grayscale: #B4B4B4. Windows color (decimal): -5980752 or 11582884. OLE color: 11582884.
HSL color Cylindrical-coordinate representation of color #A4BDB0: hue angle of 148.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BDB0 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 176 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.26 |
| HSL | 148.8º | 0.16% | 0.69% | - |
| HSV(B) | 148.8º | 0.13% | 0.74% | - |
| XYZ | 41.34 | 47.42 | 48.05 | - |
| YUV | 180.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 176 | 0.13 | 0 | 0.07 | 0.26 | 148.8 | 0.16 | 0.69 |
| Hex | A4 | BD | B0 | D | 0 | 7 | 1A | 95 | 10 | 45 |
| Octal | 244 | 275 | 260 | 15 | 0 | 7 | 32 | 225 | 20 | 105 |
| Binary | 10100100 | 10111101 | 10110000 | 1101 | 0 | 111 | 11010 | 10010101 | 10000 | 1000101 |
Color Harmonies of #A4BDB0
Complementary color
Monochromatic Colors of #A4BDB0
Black with #A4BDB0
Text Example
Text Example
White with #A4BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDB0; }
p { color: rgb(164,189,176); }
H1.HeaderClassName
{
color: #A4BDB0;
}
.AnyTagClassName
{
color: #A4BDB0;
}
</style>
background-color css
<style>
a { background-color: #A4BDB0; }
a { background-color: rgb(164,189,176); }
div.DivClassName
{
background-color: #A4BDB0;
}
.BgClassName
{
background-color: #A4BDB0;
}
</style>
border-color css
<style>
span { border-color: #A4BDB0; }
span { border-color: rgb(164,189,176); }
td.TdClassName
{
border-color: #A4BDB0;
}
.TagClassName
{
border-color: #A4BDB0;
}
</style>