Shades of Glacier #82BBC5
Tints of Glacier #82BBC5
RGB
CMYK
RGB Variations
Color information
#82BBC5 (or 0x82BBC5) is known color: Glacier. HEX triplet: 82, BB and C5. RGB value is (130,187,197). Sum of RGB (Red+Green+Blue) = 130+187+197=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #82BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBC5 is #7D443A. Grayscale: #ABABAB. Windows color (decimal): -8209467 or 12958594. OLE color: 12958594.
HSL color Cylindrical-coordinate representation of color #82BBC5: hue angle of 188.96º degrees, saturation: 0.37, 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 #82BBC5 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 187 | 197 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.23 |
| HSL | 188.96º | 0.37% | 0.64% | - |
| HSV(B) | 188.96º | 0.34% | 0.77% | - |
| XYZ | 37.05 | 44.32 | 59.42 | - |
| YUV | 171.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 197 | 0.34 | 0.05 | 0 | 0.23 | 188.96 | 0.37 | 0.64 |
| Hex | 82 | BB | C5 | 22 | 5 | 0 | 17 | BD | 25 | 40 |
| Octal | 202 | 273 | 305 | 42 | 5 | 0 | 27 | 275 | 45 | 100 |
| Binary | 10000010 | 10111011 | 11000101 | 100010 | 101 | 0 | 10111 | 10111101 | 100101 | 1000000 |
Color Harmonies of #82BBC5
Complementary color
Monochromatic Colors of #82BBC5
Black with #82BBC5
Text Example
Text Example
White with #82BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBC5; }
p { color: rgb(130,187,197); }
H1.HeaderClassName
{
color: #82BBC5;
}
.AnyTagClassName
{
color: #82BBC5;
}
</style>
background-color css
<style>
a { background-color: #82BBC5; }
a { background-color: rgb(130,187,197); }
div.DivClassName
{
background-color: #82BBC5;
}
.BgClassName
{
background-color: #82BBC5;
}
</style>
border-color css
<style>
span { border-color: #82BBC5; }
span { border-color: rgb(130,187,197); }
td.TdClassName
{
border-color: #82BBC5;
}
.TagClassName
{
border-color: #82BBC5;
}
</style>