Shades of Bali Hai #829CAB
Tints of Bali Hai #829CAB
RGB
CMYK
RGB Variations
Color information
#829CAB (or 0x829CAB) is known color: Bali Hai. HEX triplet: 82, 9C and AB. RGB value is (130,156,171). Sum of RGB (Red+Green+Blue) = 130+156+171=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #829CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CAB is #7D6354. Grayscale: #959595. Windows color (decimal): -8217429 or 11246722. OLE color: 11246722.
HSL color Cylindrical-coordinate representation of color #829CAB: hue angle of 201.95º 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 #829CAB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 156 | 171 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.33 |
| HSL | 201.95º | 0.2% | 0.59% | - |
| HSV(B) | 201.95º | 0.24% | 0.67% | - |
| XYZ | 28.45 | 31.46 | 43.1 | - |
| YUV | 149.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 171 | 0.24 | 0.09 | 0 | 0.33 | 201.95 | 0.2 | 0.59 |
| Hex | 82 | 9C | AB | 18 | 9 | 0 | 21 | CA | 14 | 3B |
| Octal | 202 | 234 | 253 | 30 | 11 | 0 | 41 | 312 | 24 | 73 |
| Binary | 10000010 | 10011100 | 10101011 | 11000 | 1001 | 0 | 100001 | 11001010 | 10100 | 111011 |
Color Harmonies of #829CAB
Complementary color
Monochromatic Colors of #829CAB
Black with #829CAB
Text Example
Text Example
White with #829CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829CAB; }
p { color: rgb(130,156,171); }
H1.HeaderClassName
{
color: #829CAB;
}
.AnyTagClassName
{
color: #829CAB;
}
</style>
background-color css
<style>
a { background-color: #829CAB; }
a { background-color: rgb(130,156,171); }
div.DivClassName
{
background-color: #829CAB;
}
.BgClassName
{
background-color: #829CAB;
}
</style>
border-color css
<style>
span { border-color: #829CAB; }
span { border-color: rgb(130,156,171); }
td.TdClassName
{
border-color: #829CAB;
}
.TagClassName
{
border-color: #829CAB;
}
</style>