Shades of Bali Hai #829BAB
Tints of Bali Hai #829BAB
RGB
CMYK
RGB Variations
Color information
#829BAB (or 0x829BAB) is known color: Bali Hai. HEX triplet: 82, 9B and AB. RGB value is (130,155,171). Sum of RGB (Red+Green+Blue) = 130+155+171=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #829BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BAB is #7D6454. Grayscale: #959595. Windows color (decimal): -8217685 or 11246466. OLE color: 11246466.
HSL color Cylindrical-coordinate representation of color #829BAB: hue angle of 203.41º 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 #829BAB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 155 | 171 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.33 |
| HSL | 203.41º | 0.2% | 0.59% | - |
| HSV(B) | 203.41º | 0.24% | 0.67% | - |
| XYZ | 28.28 | 31.13 | 43.05 | - |
| YUV | 149.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 171 | 0.24 | 0.09 | 0 | 0.33 | 203.41 | 0.2 | 0.59 |
| Hex | 82 | 9B | AB | 18 | 9 | 0 | 21 | CB | 14 | 3B |
| Octal | 202 | 233 | 253 | 30 | 11 | 0 | 41 | 313 | 24 | 73 |
| Binary | 10000010 | 10011011 | 10101011 | 11000 | 1001 | 0 | 100001 | 11001011 | 10100 | 111011 |
Color Harmonies of #829BAB
Complementary color
Monochromatic Colors of #829BAB
Black with #829BAB
Text Example
Text Example
White with #829BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829BAB; }
p { color: rgb(130,155,171); }
H1.HeaderClassName
{
color: #829BAB;
}
.AnyTagClassName
{
color: #829BAB;
}
</style>
background-color css
<style>
a { background-color: #829BAB; }
a { background-color: rgb(130,155,171); }
div.DivClassName
{
background-color: #829BAB;
}
.BgClassName
{
background-color: #829BAB;
}
</style>
border-color css
<style>
span { border-color: #829BAB; }
span { border-color: rgb(130,155,171); }
td.TdClassName
{
border-color: #829BAB;
}
.TagClassName
{
border-color: #829BAB;
}
</style>