Shades of Glacier #82BCC4
Tints of Glacier #82BCC4
RGB
CMYK
RGB Variations
Color information
#82BCC4 (or 0x82BCC4) is known color: Glacier. HEX triplet: 82, BC and C4. RGB value is (130,188,196). Sum of RGB (Red+Green+Blue) = 130+188+196=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #82BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCC4 is #7D433B. Grayscale: #ABABAB. Windows color (decimal): -8209212 or 12893314. OLE color: 12893314.
HSL color Cylindrical-coordinate representation of color #82BCC4: hue angle of 187.27º 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 #82BCC4 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 188 | 196 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.23 |
| HSL | 187.27º | 0.36% | 0.64% | - |
| HSV(B) | 187.27º | 0.34% | 0.77% | - |
| XYZ | 37.15 | 44.7 | 58.89 | - |
| YUV | 171.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 196 | 0.34 | 0.04 | 0 | 0.23 | 187.27 | 0.36 | 0.64 |
| Hex | 82 | BC | C4 | 22 | 4 | 0 | 17 | BB | 24 | 40 |
| Octal | 202 | 274 | 304 | 42 | 4 | 0 | 27 | 273 | 44 | 100 |
| Binary | 10000010 | 10111100 | 11000100 | 100010 | 100 | 0 | 10111 | 10111011 | 100100 | 1000000 |
Color Harmonies of #82BCC4
Complementary color
Monochromatic Colors of #82BCC4
Black with #82BCC4
Text Example
Text Example
White with #82BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BCC4; }
p { color: rgb(130,188,196); }
H1.HeaderClassName
{
color: #82BCC4;
}
.AnyTagClassName
{
color: #82BCC4;
}
</style>
background-color css
<style>
a { background-color: #82BCC4; }
a { background-color: rgb(130,188,196); }
div.DivClassName
{
background-color: #82BCC4;
}
.BgClassName
{
background-color: #82BCC4;
}
</style>
border-color css
<style>
span { border-color: #82BCC4; }
span { border-color: rgb(130,188,196); }
td.TdClassName
{
border-color: #82BCC4;
}
.TagClassName
{
border-color: #82BCC4;
}
</style>