Shades of Bali Hai #8AA0AA
Tints of Bali Hai #8AA0AA
RGB
CMYK
RGB Variations
Color information
#8AA0AA (or 0x8AA0AA) is known color: Bali Hai. HEX triplet: 8A, A0 and AA. RGB value is (138,160,170). Sum of RGB (Red+Green+Blue) = 138+160+170=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #8AA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA0AA is #755F55. Grayscale: #9A9A9A. Windows color (decimal): -7692118 or 11182218. OLE color: 11182218.
HSL color Cylindrical-coordinate representation of color #8AA0AA: hue angle of 198.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA0AA is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 160 | 170 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.33 |
| HSL | 198.75º | 0.16% | 0.6% | - |
| HSV(B) | 198.75º | 0.19% | 0.67% | - |
| XYZ | 30.31 | 33.45 | 42.89 | - |
| YUV | 154.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 170 | 0.19 | 0.06 | 0 | 0.33 | 198.75 | 0.16 | 0.6 |
| Hex | 8A | A0 | AA | 13 | 6 | 0 | 21 | C7 | 10 | 3C |
| Octal | 212 | 240 | 252 | 23 | 6 | 0 | 41 | 307 | 20 | 74 |
| Binary | 10001010 | 10100000 | 10101010 | 10011 | 110 | 0 | 100001 | 11000111 | 10000 | 111100 |
Color Harmonies of #8AA0AA
Complementary color
Monochromatic Colors of #8AA0AA
Black with #8AA0AA
Text Example
Text Example
White with #8AA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA0AA; }
p { color: rgb(138,160,170); }
H1.HeaderClassName
{
color: #8AA0AA;
}
.AnyTagClassName
{
color: #8AA0AA;
}
</style>
background-color css
<style>
a { background-color: #8AA0AA; }
a { background-color: rgb(138,160,170); }
div.DivClassName
{
background-color: #8AA0AA;
}
.BgClassName
{
background-color: #8AA0AA;
}
</style>
border-color css
<style>
span { border-color: #8AA0AA; }
span { border-color: rgb(138,160,170); }
td.TdClassName
{
border-color: #8AA0AA;
}
.TagClassName
{
border-color: #8AA0AA;
}
</style>