Shades of Glacier #84BEC0
Tints of Glacier #84BEC0
RGB
CMYK
RGB Variations
Color information
#84BEC0 (or 0x84BEC0) is known color: Glacier. HEX triplet: 84, BE and C0. RGB value is (132,190,192). Sum of RGB (Red+Green+Blue) = 132+190+192=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #84BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEC0 is #7B413F. Grayscale: #ACACAC. Windows color (decimal): -8077632 or 12631684. OLE color: 12631684.
HSL color Cylindrical-coordinate representation of color #84BEC0: hue angle of 182º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BEC0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 192 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.25 |
| HSL | 182º | 0.32% | 0.64% | - |
| HSV(B) | 182º | 0.31% | 0.75% | - |
| XYZ | 37.44 | 45.54 | 56.69 | - |
| YUV | 172.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 192 | 0.31 | 0.01 | 0 | 0.25 | 182 | 0.32 | 0.64 |
| Hex | 84 | BE | C0 | 1F | 1 | 0 | 19 | B6 | 20 | 40 |
| Octal | 204 | 276 | 300 | 37 | 1 | 0 | 31 | 266 | 40 | 100 |
| Binary | 10000100 | 10111110 | 11000000 | 11111 | 1 | 0 | 11001 | 10110110 | 100000 | 1000000 |
Color Harmonies of #84BEC0
Complementary color
Monochromatic Colors of #84BEC0
Black with #84BEC0
Text Example
Text Example
White with #84BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEC0; }
p { color: rgb(132,190,192); }
H1.HeaderClassName
{
color: #84BEC0;
}
.AnyTagClassName
{
color: #84BEC0;
}
</style>
background-color css
<style>
a { background-color: #84BEC0; }
a { background-color: rgb(132,190,192); }
div.DivClassName
{
background-color: #84BEC0;
}
.BgClassName
{
background-color: #84BEC0;
}
</style>
border-color css
<style>
span { border-color: #84BEC0; }
span { border-color: rgb(132,190,192); }
td.TdClassName
{
border-color: #84BEC0;
}
.TagClassName
{
border-color: #84BEC0;
}
</style>