Shades of Glacier #84BABC
Tints of Glacier #84BABC
RGB
CMYK
RGB Variations
Color information
#84BABC (or 0x84BABC) is known color: Glacier. HEX triplet: 84, BA and BC. RGB value is (132,186,188). Sum of RGB (Red+Green+Blue) = 132+186+188=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 188 - color contains mainly: blue. Hex color #84BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BABC is #7B4543. Grayscale: #AAAAAA. Windows color (decimal): -8078660 or 12368516. OLE color: 12368516.
HSL color Cylindrical-coordinate representation of color #84BABC: hue angle of 182.14º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BABC is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 186 | 188 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.26 |
| HSL | 182.14º | 0.29% | 0.63% | - |
| HSV(B) | 182.14º | 0.3% | 0.74% | - |
| XYZ | 36.15 | 43.65 | 54.1 | - |
| YUV | 170.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 188 | 0.30 | 0.01 | 0 | 0.26 | 182.14 | 0.29 | 0.63 |
| Hex | 84 | BA | BC | 1E | 1 | 0 | 1A | B6 | 1D | 3F |
| Octal | 204 | 272 | 274 | 36 | 1 | 0 | 32 | 266 | 35 | 77 |
| Binary | 10000100 | 10111010 | 10111100 | 11110 | 1 | 0 | 11010 | 10110110 | 11101 | 111111 |
Color Harmonies of #84BABC
Complementary color
Monochromatic Colors of #84BABC
Black with #84BABC
Text Example
Text Example
White with #84BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BABC; }
p { color: rgb(132,186,188); }
H1.HeaderClassName
{
color: #84BABC;
}
.AnyTagClassName
{
color: #84BABC;
}
</style>
background-color css
<style>
a { background-color: #84BABC; }
a { background-color: rgb(132,186,188); }
div.DivClassName
{
background-color: #84BABC;
}
.BgClassName
{
background-color: #84BABC;
}
</style>
border-color css
<style>
span { border-color: #84BABC; }
span { border-color: rgb(132,186,188); }
td.TdClassName
{
border-color: #84BABC;
}
.TagClassName
{
border-color: #84BABC;
}
</style>