Shades of Bali Hai #84A1B6
Tints of Bali Hai #84A1B6
RGB
CMYK
RGB Variations
Color information
#84A1B6 (or 0x84A1B6) is known color: Bali Hai. HEX triplet: 84, A1 and B6. RGB value is (132,161,182). Sum of RGB (Red+Green+Blue) = 132+161+182=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 182 - color contains mainly: blue. Hex color #84A1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1B6 is #7B5E49. Grayscale: #9A9A9A. Windows color (decimal): -8085066 or 11968900. OLE color: 11968900.
HSL color Cylindrical-coordinate representation of color #84A1B6: hue angle of 205.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84A1B6 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 161 | 182 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.29 |
| HSL | 205.2º | 0.26% | 0.62% | - |
| HSV(B) | 205.2º | 0.27% | 0.71% | - |
| XYZ | 30.7 | 33.77 | 49.16 | - |
| YUV | 154.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 182 | 0.27 | 0.12 | 0 | 0.29 | 205.2 | 0.26 | 0.62 |
| Hex | 84 | A1 | B6 | 1B | C | 0 | 1D | CD | 1A | 3E |
| Octal | 204 | 241 | 266 | 33 | 14 | 0 | 35 | 315 | 32 | 76 |
| Binary | 10000100 | 10100001 | 10110110 | 11011 | 1100 | 0 | 11101 | 11001101 | 11010 | 111110 |
Color Harmonies of #84A1B6
Complementary color
Monochromatic Colors of #84A1B6
Black with #84A1B6
Text Example
Text Example
White with #84A1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A1B6; }
p { color: rgb(132,161,182); }
H1.HeaderClassName
{
color: #84A1B6;
}
.AnyTagClassName
{
color: #84A1B6;
}
</style>
background-color css
<style>
a { background-color: #84A1B6; }
a { background-color: rgb(132,161,182); }
div.DivClassName
{
background-color: #84A1B6;
}
.BgClassName
{
background-color: #84A1B6;
}
</style>
border-color css
<style>
span { border-color: #84A1B6; }
span { border-color: rgb(132,161,182); }
td.TdClassName
{
border-color: #84A1B6;
}
.TagClassName
{
border-color: #84A1B6;
}
</style>