Shades of Bali Hai #849CAE
Tints of Bali Hai #849CAE
RGB
CMYK
RGB Variations
Color information
#849CAE (or 0x849CAE) is known color: Bali Hai. HEX triplet: 84, 9C and AE. RGB value is (132,156,174). Sum of RGB (Red+Green+Blue) = 132+156+174=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #849CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849CAE is #7B6351. Grayscale: #969696. Windows color (decimal): -8086354 or 11443332. OLE color: 11443332.
HSL color Cylindrical-coordinate representation of color #849CAE: hue angle of 205.71º degrees, saturation: 0.21, 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 #849CAE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 156 | 174 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.32 |
| HSL | 205.71º | 0.21% | 0.6% | - |
| HSV(B) | 205.71º | 0.24% | 0.68% | - |
| XYZ | 29.04 | 31.74 | 44.64 | - |
| YUV | 150.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 174 | 0.24 | 0.10 | 0 | 0.32 | 205.71 | 0.21 | 0.6 |
| Hex | 84 | 9C | AE | 18 | A | 0 | 20 | CE | 15 | 3C |
| Octal | 204 | 234 | 256 | 30 | 12 | 0 | 40 | 316 | 25 | 74 |
| Binary | 10000100 | 10011100 | 10101110 | 11000 | 1010 | 0 | 100000 | 11001110 | 10101 | 111100 |
Color Harmonies of #849CAE
Complementary color
Monochromatic Colors of #849CAE
Black with #849CAE
Text Example
Text Example
White with #849CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CAE; }
p { color: rgb(132,156,174); }
H1.HeaderClassName
{
color: #849CAE;
}
.AnyTagClassName
{
color: #849CAE;
}
</style>
background-color css
<style>
a { background-color: #849CAE; }
a { background-color: rgb(132,156,174); }
div.DivClassName
{
background-color: #849CAE;
}
.BgClassName
{
background-color: #849CAE;
}
</style>
border-color css
<style>
span { border-color: #849CAE; }
span { border-color: rgb(132,156,174); }
td.TdClassName
{
border-color: #849CAE;
}
.TagClassName
{
border-color: #849CAE;
}
</style>