Shades of Glacier #84BFC0
Tints of Glacier #84BFC0
RGB
CMYK
RGB Variations
Color information
#84BFC0 (or 0x84BFC0) is known color: Glacier. HEX triplet: 84, BF and C0. RGB value is (132,191,192). Sum of RGB (Red+Green+Blue) = 132+191+192=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #84BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFC0 is #7B403F. Grayscale: #ADADAD. Windows color (decimal): -8077376 or 12631940. OLE color: 12631940.
HSL color Cylindrical-coordinate representation of color #84BFC0: hue angle of 181º 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 #84BFC0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 192 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.25 |
| HSL | 181º | 0.32% | 0.64% | - |
| HSV(B) | 181º | 0.31% | 0.75% | - |
| XYZ | 37.66 | 45.97 | 56.76 | - |
| YUV | 173.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 192 | 0.31 | 0.01 | 0 | 0.25 | 181 | 0.32 | 0.64 |
| Hex | 84 | BF | C0 | 1F | 1 | 0 | 19 | B5 | 20 | 40 |
| Octal | 204 | 277 | 300 | 37 | 1 | 0 | 31 | 265 | 40 | 100 |
| Binary | 10000100 | 10111111 | 11000000 | 11111 | 1 | 0 | 11001 | 10110101 | 100000 | 1000000 |
Color Harmonies of #84BFC0
Complementary color
Monochromatic Colors of #84BFC0
Black with #84BFC0
Text Example
Text Example
White with #84BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFC0; }
p { color: rgb(132,191,192); }
H1.HeaderClassName
{
color: #84BFC0;
}
.AnyTagClassName
{
color: #84BFC0;
}
</style>
background-color css
<style>
a { background-color: #84BFC0; }
a { background-color: rgb(132,191,192); }
div.DivClassName
{
background-color: #84BFC0;
}
.BgClassName
{
background-color: #84BFC0;
}
</style>
border-color css
<style>
span { border-color: #84BFC0; }
span { border-color: rgb(132,191,192); }
td.TdClassName
{
border-color: #84BFC0;
}
.TagClassName
{
border-color: #84BFC0;
}
</style>