Shades of Ziggurat #8BAAAB
Tints of Ziggurat #8BAAAB
RGB
CMYK
RGB Variations
Color information
#8BAAAB (or 0x8BAAAB) is known color: Ziggurat. HEX triplet: 8B, AA and AB. RGB value is (139,170,171). Sum of RGB (Red+Green+Blue) = 139+170+171=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #8BAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAAAB is #745554. Grayscale: #A0A0A0. Windows color (decimal): -7624021 or 11250315. OLE color: 11250315.
HSL color Cylindrical-coordinate representation of color #8BAAAB: hue angle of 181.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8BAAAB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 171 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.33 |
| HSL | 181.88º | 0.16% | 0.61% | - |
| HSV(B) | 181.88º | 0.19% | 0.67% | - |
| XYZ | 32.37 | 37.18 | 44 | - |
| YUV | 160.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 171 | 0.19 | 0.01 | 0 | 0.33 | 181.88 | 0.16 | 0.61 |
| Hex | 8B | AA | AB | 13 | 1 | 0 | 21 | B6 | 10 | 3D |
| Octal | 213 | 252 | 253 | 23 | 1 | 0 | 41 | 266 | 20 | 75 |
| Binary | 10001011 | 10101010 | 10101011 | 10011 | 1 | 0 | 100001 | 10110110 | 10000 | 111101 |
Color Harmonies of #8BAAAB
Complementary color
Monochromatic Colors of #8BAAAB
Black with #8BAAAB
Text Example
Text Example
White with #8BAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAAB; }
p { color: rgb(139,170,171); }
H1.HeaderClassName
{
color: #8BAAAB;
}
.AnyTagClassName
{
color: #8BAAAB;
}
</style>
background-color css
<style>
a { background-color: #8BAAAB; }
a { background-color: rgb(139,170,171); }
div.DivClassName
{
background-color: #8BAAAB;
}
.BgClassName
{
background-color: #8BAAAB;
}
</style>
border-color css
<style>
span { border-color: #8BAAAB; }
span { border-color: rgb(139,170,171); }
td.TdClassName
{
border-color: #8BAAAB;
}
.TagClassName
{
border-color: #8BAAAB;
}
</style>