Shades of Glacier #82BAC4
Tints of Glacier #82BAC4
RGB
CMYK
RGB Variations
Color information
#82BAC4 (or 0x82BAC4) is known color: Glacier. HEX triplet: 82, BA and C4. RGB value is (130,186,196). Sum of RGB (Red+Green+Blue) = 130+186+196=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #82BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BAC4 is #7D453B. Grayscale: #AAAAAA. Windows color (decimal): -8209724 or 12892802. OLE color: 12892802.
HSL color Cylindrical-coordinate representation of color #82BAC4: hue angle of 189.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82BAC4 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 186 | 196 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.23 |
| HSL | 189.09º | 0.36% | 0.64% | - |
| HSV(B) | 189.09º | 0.34% | 0.77% | - |
| XYZ | 36.73 | 43.85 | 58.75 | - |
| YUV | 170.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 196 | 0.34 | 0.05 | 0 | 0.23 | 189.09 | 0.36 | 0.64 |
| Hex | 82 | BA | C4 | 22 | 5 | 0 | 17 | BD | 24 | 40 |
| Octal | 202 | 272 | 304 | 42 | 5 | 0 | 27 | 275 | 44 | 100 |
| Binary | 10000010 | 10111010 | 11000100 | 100010 | 101 | 0 | 10111 | 10111101 | 100100 | 1000000 |
Color Harmonies of #82BAC4
Complementary color
Monochromatic Colors of #82BAC4
Black with #82BAC4
Text Example
Text Example
White with #82BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BAC4; }
p { color: rgb(130,186,196); }
H1.HeaderClassName
{
color: #82BAC4;
}
.AnyTagClassName
{
color: #82BAC4;
}
</style>
background-color css
<style>
a { background-color: #82BAC4; }
a { background-color: rgb(130,186,196); }
div.DivClassName
{
background-color: #82BAC4;
}
.BgClassName
{
background-color: #82BAC4;
}
</style>
border-color css
<style>
span { border-color: #82BAC4; }
span { border-color: rgb(130,186,196); }
td.TdClassName
{
border-color: #82BAC4;
}
.TagClassName
{
border-color: #82BAC4;
}
</style>