Shades of Glacier #82BDC3
Tints of Glacier #82BDC3
RGB
CMYK
RGB Variations
Color information
#82BDC3 (or 0x82BDC3) is known color: Glacier. HEX triplet: 82, BD and C3. RGB value is (130,189,195). Sum of RGB (Red+Green+Blue) = 130+189+195=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #82BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDC3 is #7D423C. Grayscale: #ABABAB. Windows color (decimal): -8208957 or 12828034. OLE color: 12828034.
HSL color Cylindrical-coordinate representation of color #82BDC3: hue angle of 185.54º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82BDC3 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 189 | 195 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.24 |
| HSL | 185.54º | 0.35% | 0.64% | - |
| HSV(B) | 185.54º | 0.33% | 0.76% | - |
| XYZ | 37.25 | 45.08 | 58.37 | - |
| YUV | 172.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 195 | 0.33 | 0.03 | 0 | 0.24 | 185.54 | 0.35 | 0.64 |
| Hex | 82 | BD | C3 | 21 | 3 | 0 | 18 | BA | 23 | 40 |
| Octal | 202 | 275 | 303 | 41 | 3 | 0 | 30 | 272 | 43 | 100 |
| Binary | 10000010 | 10111101 | 11000011 | 100001 | 11 | 0 | 11000 | 10111010 | 100011 | 1000000 |
Color Harmonies of #82BDC3
Complementary color
Monochromatic Colors of #82BDC3
Black with #82BDC3
Text Example
Text Example
White with #82BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDC3; }
p { color: rgb(130,189,195); }
H1.HeaderClassName
{
color: #82BDC3;
}
.AnyTagClassName
{
color: #82BDC3;
}
</style>
background-color css
<style>
a { background-color: #82BDC3; }
a { background-color: rgb(130,189,195); }
div.DivClassName
{
background-color: #82BDC3;
}
.BgClassName
{
background-color: #82BDC3;
}
</style>
border-color css
<style>
span { border-color: #82BDC3; }
span { border-color: rgb(130,189,195); }
td.TdClassName
{
border-color: #82BDC3;
}
.TagClassName
{
border-color: #82BDC3;
}
</style>