Shades of Glacier #84BCBD
Tints of Glacier #84BCBD
RGB
CMYK
RGB Variations
Color information
#84BCBD (or 0x84BCBD) is known color: Glacier. HEX triplet: 84, BC and BD. RGB value is (132,188,189). Sum of RGB (Red+Green+Blue) = 132+188+189=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #84BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCBD is #7B4342. Grayscale: #ABABAB. Windows color (decimal): -8078147 or 12434564. OLE color: 12434564.
HSL color Cylindrical-coordinate representation of color #84BCBD: hue angle of 181.05º degrees, saturation: 0.3, 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 #84BCBD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 189 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.26 |
| HSL | 181.05º | 0.3% | 0.63% | - |
| HSV(B) | 181.05º | 0.3% | 0.74% | - |
| XYZ | 36.68 | 44.55 | 54.81 | - |
| YUV | 171.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 189 | 0.30 | 0.01 | 0 | 0.26 | 181.05 | 0.3 | 0.63 |
| Hex | 84 | BC | BD | 1E | 1 | 0 | 1A | B5 | 1E | 3F |
| Octal | 204 | 274 | 275 | 36 | 1 | 0 | 32 | 265 | 36 | 77 |
| Binary | 10000100 | 10111100 | 10111101 | 11110 | 1 | 0 | 11010 | 10110101 | 11110 | 111111 |
Color Harmonies of #84BCBD
Complementary color
Monochromatic Colors of #84BCBD
Black with #84BCBD
Text Example
Text Example
White with #84BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCBD; }
p { color: rgb(132,188,189); }
H1.HeaderClassName
{
color: #84BCBD;
}
.AnyTagClassName
{
color: #84BCBD;
}
</style>
background-color css
<style>
a { background-color: #84BCBD; }
a { background-color: rgb(132,188,189); }
div.DivClassName
{
background-color: #84BCBD;
}
.BgClassName
{
background-color: #84BCBD;
}
</style>
border-color css
<style>
span { border-color: #84BCBD; }
span { border-color: rgb(132,188,189); }
td.TdClassName
{
border-color: #84BCBD;
}
.TagClassName
{
border-color: #84BCBD;
}
</style>