Shades of Bali Hai #81A0AD
Tints of Bali Hai #81A0AD
RGB
CMYK
RGB Variations
Color information
#81A0AD (or 0x81A0AD) is known color: Bali Hai. HEX triplet: 81, A0 and AD. RGB value is (129,160,173). Sum of RGB (Red+Green+Blue) = 129+160+173=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #81A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A0AD is #7E5F52. Grayscale: #989898. Windows color (decimal): -8281939 or 11378817. OLE color: 11378817.
HSL color Cylindrical-coordinate representation of color #81A0AD: hue angle of 197.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81A0AD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 160 | 173 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.32 |
| HSL | 197.73º | 0.21% | 0.59% | - |
| HSV(B) | 197.73º | 0.25% | 0.68% | - |
| XYZ | 29.17 | 32.83 | 44.33 | - |
| YUV | 152.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 173 | 0.25 | 0.08 | 0 | 0.32 | 197.73 | 0.21 | 0.59 |
| Hex | 81 | A0 | AD | 19 | 8 | 0 | 20 | C6 | 15 | 3B |
| Octal | 201 | 240 | 255 | 31 | 10 | 0 | 40 | 306 | 25 | 73 |
| Binary | 10000001 | 10100000 | 10101101 | 11001 | 1000 | 0 | 100000 | 11000110 | 10101 | 111011 |
Color Harmonies of #81A0AD
Complementary color
Monochromatic Colors of #81A0AD
Black with #81A0AD
Text Example
Text Example
White with #81A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0AD; }
p { color: rgb(129,160,173); }
H1.HeaderClassName
{
color: #81A0AD;
}
.AnyTagClassName
{
color: #81A0AD;
}
</style>
background-color css
<style>
a { background-color: #81A0AD; }
a { background-color: rgb(129,160,173); }
div.DivClassName
{
background-color: #81A0AD;
}
.BgClassName
{
background-color: #81A0AD;
}
</style>
border-color css
<style>
span { border-color: #81A0AD; }
span { border-color: rgb(129,160,173); }
td.TdClassName
{
border-color: #81A0AD;
}
.TagClassName
{
border-color: #81A0AD;
}
</style>