Shades of Ziggurat #8BADAB
Tints of Ziggurat #8BADAB
RGB
CMYK
RGB Variations
Color information
#8BADAB (or 0x8BADAB) is known color: Ziggurat. HEX triplet: 8B, AD and AB. RGB value is (139,173,171). Sum of RGB (Red+Green+Blue) = 139+173+171=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #8BADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADAB is #745254. Grayscale: #A2A2A2. Windows color (decimal): -7623253 or 11251083. OLE color: 11251083.
HSL color Cylindrical-coordinate representation of color #8BADAB: hue angle of 176.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BADAB is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 171 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.32 |
| HSL | 176.47º | 0.17% | 0.61% | - |
| HSV(B) | 176.47º | 0.2% | 0.68% | - |
| XYZ | 32.94 | 38.32 | 44.19 | - |
| YUV | 162.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 171 | 0.20 | 0 | 0.01 | 0.32 | 176.47 | 0.17 | 0.61 |
| Hex | 8B | AD | AB | 14 | 0 | 1 | 20 | B0 | 11 | 3D |
| Octal | 213 | 255 | 253 | 24 | 0 | 1 | 40 | 260 | 21 | 75 |
| Binary | 10001011 | 10101101 | 10101011 | 10100 | 0 | 1 | 100000 | 10110000 | 10001 | 111101 |
Color Harmonies of #8BADAB
Complementary color
Monochromatic Colors of #8BADAB
Black with #8BADAB
Text Example
Text Example
White with #8BADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADAB; }
p { color: rgb(139,173,171); }
H1.HeaderClassName
{
color: #8BADAB;
}
.AnyTagClassName
{
color: #8BADAB;
}
</style>
background-color css
<style>
a { background-color: #8BADAB; }
a { background-color: rgb(139,173,171); }
div.DivClassName
{
background-color: #8BADAB;
}
.BgClassName
{
background-color: #8BADAB;
}
</style>
border-color css
<style>
span { border-color: #8BADAB; }
span { border-color: rgb(139,173,171); }
td.TdClassName
{
border-color: #8BADAB;
}
.TagClassName
{
border-color: #8BADAB;
}
</style>