Shades of Glacier #82AEBC
Tints of Glacier #82AEBC
RGB
CMYK
RGB Variations
Color information
#82AEBC (or 0x82AEBC) is known color: Glacier. HEX triplet: 82, AE and BC. RGB value is (130,174,188). Sum of RGB (Red+Green+Blue) = 130+174+188=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #82AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AEBC is #7D5143. Grayscale: #A2A2A2. Windows color (decimal): -8212804 or 12365442. OLE color: 12365442.
HSL color Cylindrical-coordinate representation of color #82AEBC: hue angle of 194.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82AEBC is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 174 | 188 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.26 |
| HSL | 194.48º | 0.3% | 0.62% | - |
| HSV(B) | 194.48º | 0.31% | 0.74% | - |
| XYZ | 33.42 | 38.65 | 53.28 | - |
| YUV | 162.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 188 | 0.31 | 0.07 | 0 | 0.26 | 194.48 | 0.3 | 0.62 |
| Hex | 82 | AE | BC | 1F | 7 | 0 | 1A | C2 | 1E | 3E |
| Octal | 202 | 256 | 274 | 37 | 7 | 0 | 32 | 302 | 36 | 76 |
| Binary | 10000010 | 10101110 | 10111100 | 11111 | 111 | 0 | 11010 | 11000010 | 11110 | 111110 |
Color Harmonies of #82AEBC
Complementary color
Monochromatic Colors of #82AEBC
Black with #82AEBC
Text Example
Text Example
White with #82AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AEBC; }
p { color: rgb(130,174,188); }
H1.HeaderClassName
{
color: #82AEBC;
}
.AnyTagClassName
{
color: #82AEBC;
}
</style>
background-color css
<style>
a { background-color: #82AEBC; }
a { background-color: rgb(130,174,188); }
div.DivClassName
{
background-color: #82AEBC;
}
.BgClassName
{
background-color: #82AEBC;
}
</style>
border-color css
<style>
span { border-color: #82AEBC; }
span { border-color: rgb(130,174,188); }
td.TdClassName
{
border-color: #82AEBC;
}
.TagClassName
{
border-color: #82AEBC;
}
</style>