Shades of Glacier #84BCC0
Tints of Glacier #84BCC0
RGB
CMYK
RGB Variations
Color information
#84BCC0 (or 0x84BCC0) is known color: Glacier. HEX triplet: 84, BC and C0. RGB value is (132,188,192). Sum of RGB (Red+Green+Blue) = 132+188+192=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #84BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCC0 is #7B433F. Grayscale: #ABABAB. Windows color (decimal): -8078144 or 12631172. OLE color: 12631172.
HSL color Cylindrical-coordinate representation of color #84BCC0: hue angle of 184º 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 #84BCC0 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 188 | 192 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.25 |
| HSL | 184º | 0.32% | 0.64% | - |
| HSV(B) | 184º | 0.31% | 0.75% | - |
| XYZ | 37.01 | 44.68 | 56.54 | - |
| YUV | 171.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 192 | 0.31 | 0.02 | 0 | 0.25 | 184 | 0.32 | 0.64 |
| Hex | 84 | BC | C0 | 1F | 2 | 0 | 19 | B8 | 20 | 40 |
| Octal | 204 | 274 | 300 | 37 | 2 | 0 | 31 | 270 | 40 | 100 |
| Binary | 10000100 | 10111100 | 11000000 | 11111 | 10 | 0 | 11001 | 10111000 | 100000 | 1000000 |
Color Harmonies of #84BCC0
Complementary color
Monochromatic Colors of #84BCC0
Black with #84BCC0
Text Example
Text Example
White with #84BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCC0; }
p { color: rgb(132,188,192); }
H1.HeaderClassName
{
color: #84BCC0;
}
.AnyTagClassName
{
color: #84BCC0;
}
</style>
background-color css
<style>
a { background-color: #84BCC0; }
a { background-color: rgb(132,188,192); }
div.DivClassName
{
background-color: #84BCC0;
}
.BgClassName
{
background-color: #84BCC0;
}
</style>
border-color css
<style>
span { border-color: #84BCC0; }
span { border-color: rgb(132,188,192); }
td.TdClassName
{
border-color: #84BCC0;
}
.TagClassName
{
border-color: #84BCC0;
}
</style>