Shades of Glacier #82B2BE
Tints of Glacier #82B2BE
RGB
CMYK
RGB Variations
Color information
#82B2BE (or 0x82B2BE) is known color: Glacier. HEX triplet: 82, B2 and BE. RGB value is (130,178,190). Sum of RGB (Red+Green+Blue) = 130+178+190=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #82B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B2BE is #7D4D41. Grayscale: #A4A4A4. Windows color (decimal): -8211778 or 12497538. OLE color: 12497538.
HSL color Cylindrical-coordinate representation of color #82B2BE: hue angle of 192º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82B2BE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 178 | 190 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.25 |
| HSL | 192º | 0.32% | 0.63% | - |
| HSV(B) | 192º | 0.32% | 0.75% | - |
| XYZ | 34.42 | 40.3 | 54.68 | - |
| YUV | 165.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 190 | 0.32 | 0.06 | 0 | 0.25 | 192 | 0.32 | 0.63 |
| Hex | 82 | B2 | BE | 20 | 6 | 0 | 19 | C0 | 20 | 3F |
| Octal | 202 | 262 | 276 | 40 | 6 | 0 | 31 | 300 | 40 | 77 |
| Binary | 10000010 | 10110010 | 10111110 | 100000 | 110 | 0 | 11001 | 11000000 | 100000 | 111111 |
Color Harmonies of #82B2BE
Complementary color
Monochromatic Colors of #82B2BE
Black with #82B2BE
Text Example
Text Example
White with #82B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B2BE; }
p { color: rgb(130,178,190); }
H1.HeaderClassName
{
color: #82B2BE;
}
.AnyTagClassName
{
color: #82B2BE;
}
</style>
background-color css
<style>
a { background-color: #82B2BE; }
a { background-color: rgb(130,178,190); }
div.DivClassName
{
background-color: #82B2BE;
}
.BgClassName
{
background-color: #82B2BE;
}
</style>
border-color css
<style>
span { border-color: #82B2BE; }
span { border-color: rgb(130,178,190); }
td.TdClassName
{
border-color: #82B2BE;
}
.TagClassName
{
border-color: #82B2BE;
}
</style>