Shades of Bali Hai #85A2AD
Tints of Bali Hai #85A2AD
RGB
CMYK
RGB Variations
Color information
#85A2AD (or 0x85A2AD) is known color: Bali Hai. HEX triplet: 85, A2 and AD. RGB value is (133,162,173). Sum of RGB (Red+Green+Blue) = 133+162+173=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #85A2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A2AD is #7A5D52. Grayscale: #9A9A9A. Windows color (decimal): -8019283 or 11379333. OLE color: 11379333.
HSL color Cylindrical-coordinate representation of color #85A2AD: hue angle of 196.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85A2AD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 162 | 173 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.32 |
| HSL | 196.5º | 0.2% | 0.6% | - |
| HSV(B) | 196.5º | 0.23% | 0.68% | - |
| XYZ | 30.14 | 33.84 | 44.48 | - |
| YUV | 154.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 173 | 0.23 | 0.06 | 0 | 0.32 | 196.5 | 0.2 | 0.6 |
| Hex | 85 | A2 | AD | 17 | 6 | 0 | 20 | C4 | 14 | 3C |
| Octal | 205 | 242 | 255 | 27 | 6 | 0 | 40 | 304 | 24 | 74 |
| Binary | 10000101 | 10100010 | 10101101 | 10111 | 110 | 0 | 100000 | 11000100 | 10100 | 111100 |
Color Harmonies of #85A2AD
Complementary color
Monochromatic Colors of #85A2AD
Black with #85A2AD
Text Example
Text Example
White with #85A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2AD; }
p { color: rgb(133,162,173); }
H1.HeaderClassName
{
color: #85A2AD;
}
.AnyTagClassName
{
color: #85A2AD;
}
</style>
background-color css
<style>
a { background-color: #85A2AD; }
a { background-color: rgb(133,162,173); }
div.DivClassName
{
background-color: #85A2AD;
}
.BgClassName
{
background-color: #85A2AD;
}
</style>
border-color css
<style>
span { border-color: #85A2AD; }
span { border-color: rgb(133,162,173); }
td.TdClassName
{
border-color: #85A2AD;
}
.TagClassName
{
border-color: #85A2AD;
}
</style>