Shades of Glacier #84B2BA
Tints of Glacier #84B2BA
RGB
CMYK
RGB Variations
Color information
#84B2BA (or 0x84B2BA) is known color: Glacier. HEX triplet: 84, B2 and BA. RGB value is (132,178,186). Sum of RGB (Red+Green+Blue) = 132+178+186=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #84B2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84B2BA is #7B4D45. Grayscale: #A5A5A5. Windows color (decimal): -8080710 or 12235396. OLE color: 12235396.
HSL color Cylindrical-coordinate representation of color #84B2BA: hue angle of 188.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B2BA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 178 | 186 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.27 |
| HSL | 188.89º | 0.28% | 0.62% | - |
| HSV(B) | 188.89º | 0.29% | 0.73% | - |
| XYZ | 34.3 | 40.29 | 52.42 | - |
| YUV | 165.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 178 | 186 | 0.29 | 0.04 | 0 | 0.27 | 188.89 | 0.28 | 0.62 |
| Hex | 84 | B2 | BA | 1D | 4 | 0 | 1B | BD | 1C | 3E |
| Octal | 204 | 262 | 272 | 35 | 4 | 0 | 33 | 275 | 34 | 76 |
| Binary | 10000100 | 10110010 | 10111010 | 11101 | 100 | 0 | 11011 | 10111101 | 11100 | 111110 |
Color Harmonies of #84B2BA
Complementary color
Monochromatic Colors of #84B2BA
Black with #84B2BA
Text Example
Text Example
White with #84B2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B2BA; }
p { color: rgb(132,178,186); }
H1.HeaderClassName
{
color: #84B2BA;
}
.AnyTagClassName
{
color: #84B2BA;
}
</style>
background-color css
<style>
a { background-color: #84B2BA; }
a { background-color: rgb(132,178,186); }
div.DivClassName
{
background-color: #84B2BA;
}
.BgClassName
{
background-color: #84B2BA;
}
</style>
border-color css
<style>
span { border-color: #84B2BA; }
span { border-color: rgb(132,178,186); }
td.TdClassName
{
border-color: #84B2BA;
}
.TagClassName
{
border-color: #84B2BA;
}
</style>