Shades of Bali Hai #8AA2AB
Tints of Bali Hai #8AA2AB
RGB
CMYK
RGB Variations
Color information
#8AA2AB (or 0x8AA2AB) is known color: Bali Hai. HEX triplet: 8A, A2 and AB. RGB value is (138,162,171). Sum of RGB (Red+Green+Blue) = 138+162+171=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #8AA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA2AB is #755D54. Grayscale: #9B9B9B. Windows color (decimal): -7691605 or 11248266. OLE color: 11248266.
HSL color Cylindrical-coordinate representation of color #8AA2AB: hue angle of 196.36º 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 #8AA2AB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 162 | 171 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.33 |
| HSL | 196.36º | 0.16% | 0.61% | - |
| HSV(B) | 196.36º | 0.19% | 0.67% | - |
| XYZ | 30.75 | 34.18 | 43.51 | - |
| YUV | 155.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 162 | 171 | 0.19 | 0.05 | 0 | 0.33 | 196.36 | 0.16 | 0.61 |
| Hex | 8A | A2 | AB | 13 | 5 | 0 | 21 | C4 | 10 | 3D |
| Octal | 212 | 242 | 253 | 23 | 5 | 0 | 41 | 304 | 20 | 75 |
| Binary | 10001010 | 10100010 | 10101011 | 10011 | 101 | 0 | 100001 | 11000100 | 10000 | 111101 |
Color Harmonies of #8AA2AB
Complementary color
Monochromatic Colors of #8AA2AB
Black with #8AA2AB
Text Example
Text Example
White with #8AA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA2AB; }
p { color: rgb(138,162,171); }
H1.HeaderClassName
{
color: #8AA2AB;
}
.AnyTagClassName
{
color: #8AA2AB;
}
</style>
background-color css
<style>
a { background-color: #8AA2AB; }
a { background-color: rgb(138,162,171); }
div.DivClassName
{
background-color: #8AA2AB;
}
.BgClassName
{
background-color: #8AA2AB;
}
</style>
border-color css
<style>
span { border-color: #8AA2AB; }
span { border-color: rgb(138,162,171); }
td.TdClassName
{
border-color: #8AA2AB;
}
.TagClassName
{
border-color: #8AA2AB;
}
</style>