Shades of Bali Hai #82A1AD
Tints of Bali Hai #82A1AD
RGB
CMYK
RGB Variations
Color information
#82A1AD (or 0x82A1AD) is known color: Bali Hai. HEX triplet: 82, A1 and AD. RGB value is (130,161,173). Sum of RGB (Red+Green+Blue) = 130+161+173=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #82A1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A1AD is #7D5E52. Grayscale: #999999. Windows color (decimal): -8216147 or 11379074. OLE color: 11379074.
HSL color Cylindrical-coordinate representation of color #82A1AD: hue angle of 196.74º 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 #82A1AD is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 161 | 173 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.32 |
| HSL | 196.74º | 0.21% | 0.59% | - |
| HSV(B) | 196.74º | 0.25% | 0.68% | - |
| XYZ | 29.49 | 33.25 | 44.4 | - |
| YUV | 153.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 161 | 173 | 0.25 | 0.07 | 0 | 0.32 | 196.74 | 0.21 | 0.59 |
| Hex | 82 | A1 | AD | 19 | 7 | 0 | 20 | C5 | 15 | 3B |
| Octal | 202 | 241 | 255 | 31 | 7 | 0 | 40 | 305 | 25 | 73 |
| Binary | 10000010 | 10100001 | 10101101 | 11001 | 111 | 0 | 100000 | 11000101 | 10101 | 111011 |
Color Harmonies of #82A1AD
Complementary color
Monochromatic Colors of #82A1AD
Black with #82A1AD
Text Example
Text Example
White with #82A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A1AD; }
p { color: rgb(130,161,173); }
H1.HeaderClassName
{
color: #82A1AD;
}
.AnyTagClassName
{
color: #82A1AD;
}
</style>
background-color css
<style>
a { background-color: #82A1AD; }
a { background-color: rgb(130,161,173); }
div.DivClassName
{
background-color: #82A1AD;
}
.BgClassName
{
background-color: #82A1AD;
}
</style>
border-color css
<style>
span { border-color: #82A1AD; }
span { border-color: rgb(130,161,173); }
td.TdClassName
{
border-color: #82A1AD;
}
.TagClassName
{
border-color: #82A1AD;
}
</style>