Shades of Bali Hai #8DA2AB
Tints of Bali Hai #8DA2AB
RGB
CMYK
RGB Variations
Color information
#8DA2AB (or 0x8DA2AB) is known color: Bali Hai. HEX triplet: 8D, A2 and AB. RGB value is (141,162,171). Sum of RGB (Red+Green+Blue) = 141+162+171=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #8DA2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA2AB is #725D54. Grayscale: #9C9C9C. Windows color (decimal): -7494997 or 11248269. OLE color: 11248269.
HSL color Cylindrical-coordinate representation of color #8DA2AB: hue angle of 198º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA2AB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 162 | 171 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.33 |
| HSL | 198º | 0.15% | 0.61% | - |
| HSV(B) | 198º | 0.18% | 0.67% | - |
| XYZ | 31.26 | 34.44 | 43.53 | - |
| YUV | 156.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 171 | 0.18 | 0.05 | 0 | 0.33 | 198 | 0.15 | 0.61 |
| Hex | 8D | A2 | AB | 12 | 5 | 0 | 21 | C6 | F | 3D |
| Octal | 215 | 242 | 253 | 22 | 5 | 0 | 41 | 306 | 17 | 75 |
| Binary | 10001101 | 10100010 | 10101011 | 10010 | 101 | 0 | 100001 | 11000110 | 1111 | 111101 |
Color Harmonies of #8DA2AB
Complementary color
Monochromatic Colors of #8DA2AB
Black with #8DA2AB
Text Example
Text Example
White with #8DA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2AB; }
p { color: rgb(141,162,171); }
H1.HeaderClassName
{
color: #8DA2AB;
}
.AnyTagClassName
{
color: #8DA2AB;
}
</style>
background-color css
<style>
a { background-color: #8DA2AB; }
a { background-color: rgb(141,162,171); }
div.DivClassName
{
background-color: #8DA2AB;
}
.BgClassName
{
background-color: #8DA2AB;
}
</style>
border-color css
<style>
span { border-color: #8DA2AB; }
span { border-color: rgb(141,162,171); }
td.TdClassName
{
border-color: #8DA2AB;
}
.TagClassName
{
border-color: #8DA2AB;
}
</style>