Shades of Bali Hai #849DAB
Tints of Bali Hai #849DAB
RGB
CMYK
RGB Variations
Color information
#849DAB (or 0x849DAB) is known color: Bali Hai. HEX triplet: 84, 9D and AB. RGB value is (132,157,171). Sum of RGB (Red+Green+Blue) = 132+157+171=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #849DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849DAB is #7B6254. Grayscale: #979797. Windows color (decimal): -8086101 or 11246980. OLE color: 11246980.
HSL color Cylindrical-coordinate representation of color #849DAB: hue angle of 201.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #849DAB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 157 | 171 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.33 |
| HSL | 201.54º | 0.19% | 0.59% | - |
| HSV(B) | 201.54º | 0.23% | 0.67% | - |
| XYZ | 28.92 | 31.96 | 43.17 | - |
| YUV | 151.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 171 | 0.23 | 0.08 | 0 | 0.33 | 201.54 | 0.19 | 0.59 |
| Hex | 84 | 9D | AB | 17 | 8 | 0 | 21 | CA | 13 | 3B |
| Octal | 204 | 235 | 253 | 27 | 10 | 0 | 41 | 312 | 23 | 73 |
| Binary | 10000100 | 10011101 | 10101011 | 10111 | 1000 | 0 | 100001 | 11001010 | 10011 | 111011 |
Color Harmonies of #849DAB
Complementary color
Monochromatic Colors of #849DAB
Black with #849DAB
Text Example
Text Example
White with #849DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DAB; }
p { color: rgb(132,157,171); }
H1.HeaderClassName
{
color: #849DAB;
}
.AnyTagClassName
{
color: #849DAB;
}
</style>
background-color css
<style>
a { background-color: #849DAB; }
a { background-color: rgb(132,157,171); }
div.DivClassName
{
background-color: #849DAB;
}
.BgClassName
{
background-color: #849DAB;
}
</style>
border-color css
<style>
span { border-color: #849DAB; }
span { border-color: rgb(132,157,171); }
td.TdClassName
{
border-color: #849DAB;
}
.TagClassName
{
border-color: #849DAB;
}
</style>