Shades of Glacier #84BEC4
Tints of Glacier #84BEC4
RGB
CMYK
RGB Variations
Color information
#84BEC4 (or 0x84BEC4) is known color: Glacier. HEX triplet: 84, BE and C4. RGB value is (132,190,196). Sum of RGB (Red+Green+Blue) = 132+190+196=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #84BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEC4 is #7B413B. Grayscale: #ADADAD. Windows color (decimal): -8077628 or 12893828. OLE color: 12893828.
HSL color Cylindrical-coordinate representation of color #84BEC4: hue angle of 185.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BEC4 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 190 | 196 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.23 |
| HSL | 185.63º | 0.35% | 0.64% | - |
| HSV(B) | 185.63º | 0.33% | 0.77% | - |
| XYZ | 37.89 | 45.72 | 59.05 | - |
| YUV | 173.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 196 | 0.33 | 0.03 | 0 | 0.23 | 185.63 | 0.35 | 0.64 |
| Hex | 84 | BE | C4 | 21 | 3 | 0 | 17 | BA | 23 | 40 |
| Octal | 204 | 276 | 304 | 41 | 3 | 0 | 27 | 272 | 43 | 100 |
| Binary | 10000100 | 10111110 | 11000100 | 100001 | 11 | 0 | 10111 | 10111010 | 100011 | 1000000 |
Color Harmonies of #84BEC4
Complementary color
Monochromatic Colors of #84BEC4
Black with #84BEC4
Text Example
Text Example
White with #84BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEC4; }
p { color: rgb(132,190,196); }
H1.HeaderClassName
{
color: #84BEC4;
}
.AnyTagClassName
{
color: #84BEC4;
}
</style>
background-color css
<style>
a { background-color: #84BEC4; }
a { background-color: rgb(132,190,196); }
div.DivClassName
{
background-color: #84BEC4;
}
.BgClassName
{
background-color: #84BEC4;
}
</style>
border-color css
<style>
span { border-color: #84BEC4; }
span { border-color: rgb(132,190,196); }
td.TdClassName
{
border-color: #84BEC4;
}
.TagClassName
{
border-color: #84BEC4;
}
</style>