Shades of Bali Hai #849BAD
Tints of Bali Hai #849BAD
RGB
CMYK
RGB Variations
Color information
#849BAD (or 0x849BAD) is known color: Bali Hai. HEX triplet: 84, 9B and AD. RGB value is (132,155,173). Sum of RGB (Red+Green+Blue) = 132+155+173=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #849BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849BAD is #7B6452. Grayscale: #969696. Windows color (decimal): -8086611 or 11377540. OLE color: 11377540.
HSL color Cylindrical-coordinate representation of color #849BAD: hue angle of 206.34º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #849BAD is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 155 | 173 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.32 |
| HSL | 206.34º | 0.2% | 0.6% | - |
| HSV(B) | 206.34º | 0.24% | 0.68% | - |
| XYZ | 28.78 | 31.37 | 44.07 | - |
| YUV | 150.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 173 | 0.24 | 0.10 | 0 | 0.32 | 206.34 | 0.2 | 0.6 |
| Hex | 84 | 9B | AD | 18 | A | 0 | 20 | CE | 14 | 3C |
| Octal | 204 | 233 | 255 | 30 | 12 | 0 | 40 | 316 | 24 | 74 |
| Binary | 10000100 | 10011011 | 10101101 | 11000 | 1010 | 0 | 100000 | 11001110 | 10100 | 111100 |
Color Harmonies of #849BAD
Complementary color
Monochromatic Colors of #849BAD
Black with #849BAD
Text Example
Text Example
White with #849BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BAD; }
p { color: rgb(132,155,173); }
H1.HeaderClassName
{
color: #849BAD;
}
.AnyTagClassName
{
color: #849BAD;
}
</style>
background-color css
<style>
a { background-color: #849BAD; }
a { background-color: rgb(132,155,173); }
div.DivClassName
{
background-color: #849BAD;
}
.BgClassName
{
background-color: #849BAD;
}
</style>
border-color css
<style>
span { border-color: #849BAD; }
span { border-color: rgb(132,155,173); }
td.TdClassName
{
border-color: #849BAD;
}
.TagClassName
{
border-color: #849BAD;
}
</style>