Shades of Bali Hai #829DAB
Tints of Bali Hai #829DAB
RGB
CMYK
RGB Variations
Color information
#829DAB (or 0x829DAB) is known color: Bali Hai. HEX triplet: 82, 9D and AB. RGB value is (130,157,171). Sum of RGB (Red+Green+Blue) = 130+157+171=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #829DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DAB is #7D6254. Grayscale: #969696. Windows color (decimal): -8217173 or 11246978. OLE color: 11246978.
HSL color Cylindrical-coordinate representation of color #829DAB: hue angle of 200.49º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #829DAB is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 157 | 171 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.33 |
| HSL | 200.49º | 0.2% | 0.59% | - |
| HSV(B) | 200.49º | 0.24% | 0.67% | - |
| XYZ | 28.61 | 31.8 | 43.16 | - |
| YUV | 150.52 | 139.55 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 171 | 0.24 | 0.08 | 0 | 0.33 | 200.49 | 0.2 | 0.59 |
| Hex | 82 | 9D | AB | 18 | 8 | 0 | 21 | C8 | 14 | 3B |
| Octal | 202 | 235 | 253 | 30 | 10 | 0 | 41 | 310 | 24 | 73 |
| Binary | 10000010 | 10011101 | 10101011 | 11000 | 1000 | 0 | 100001 | 11001000 | 10100 | 111011 |
Color Harmonies of #829DAB
Complementary color
Monochromatic Colors of #829DAB
Black with #829DAB
Text Example
Text Example
White with #829DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829DAB; }
p { color: rgb(130,157,171); }
H1.HeaderClassName
{
color: #829DAB;
}
.AnyTagClassName
{
color: #829DAB;
}
</style>
background-color css
<style>
a { background-color: #829DAB; }
a { background-color: rgb(130,157,171); }
div.DivClassName
{
background-color: #829DAB;
}
.BgClassName
{
background-color: #829DAB;
}
</style>
border-color css
<style>
span { border-color: #829DAB; }
span { border-color: rgb(130,157,171); }
td.TdClassName
{
border-color: #829DAB;
}
.TagClassName
{
border-color: #829DAB;
}
</style>