Shades of Bali Hai #82A0AE
Tints of Bali Hai #82A0AE
RGB
CMYK
RGB Variations
Color information
#82A0AE (or 0x82A0AE) is known color: Bali Hai. HEX triplet: 82, A0 and AE. RGB value is (130,160,174). Sum of RGB (Red+Green+Blue) = 130+160+174=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #82A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A0AE is #7D5F51. Grayscale: #989898. Windows color (decimal): -8216402 or 11444354. OLE color: 11444354.
HSL color Cylindrical-coordinate representation of color #82A0AE: hue angle of 199.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82A0AE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 160 | 174 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.32 |
| HSL | 199.09º | 0.21% | 0.6% | - |
| HSV(B) | 199.09º | 0.25% | 0.68% | - |
| XYZ | 29.42 | 32.94 | 44.85 | - |
| YUV | 152.63 | 140.06 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 160 | 174 | 0.25 | 0.08 | 0 | 0.32 | 199.09 | 0.21 | 0.6 |
| Hex | 82 | A0 | AE | 19 | 8 | 0 | 20 | C7 | 15 | 3C |
| Octal | 202 | 240 | 256 | 31 | 10 | 0 | 40 | 307 | 25 | 74 |
| Binary | 10000010 | 10100000 | 10101110 | 11001 | 1000 | 0 | 100000 | 11000111 | 10101 | 111100 |
Color Harmonies of #82A0AE
Complementary color
Monochromatic Colors of #82A0AE
Black with #82A0AE
Text Example
Text Example
White with #82A0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A0AE; }
p { color: rgb(130,160,174); }
H1.HeaderClassName
{
color: #82A0AE;
}
.AnyTagClassName
{
color: #82A0AE;
}
</style>
background-color css
<style>
a { background-color: #82A0AE; }
a { background-color: rgb(130,160,174); }
div.DivClassName
{
background-color: #82A0AE;
}
.BgClassName
{
background-color: #82A0AE;
}
</style>
border-color css
<style>
span { border-color: #82A0AE; }
span { border-color: rgb(130,160,174); }
td.TdClassName
{
border-color: #82A0AE;
}
.TagClassName
{
border-color: #82A0AE;
}
</style>