Shades of Glacier #82BBC3
Tints of Glacier #82BBC3
RGB
CMYK
RGB Variations
Color information
#82BBC3 (or 0x82BBC3) is known color: Glacier. HEX triplet: 82, BB and C3. RGB value is (130,187,195). Sum of RGB (Red+Green+Blue) = 130+187+195=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #82BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBC3 is #7D443C. Grayscale: #AAAAAA. Windows color (decimal): -8209469 or 12827522. OLE color: 12827522.
HSL color Cylindrical-coordinate representation of color #82BBC3: hue angle of 187.38º 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 #82BBC3 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 187 | 195 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.24 |
| HSL | 187.38º | 0.35% | 0.64% | - |
| HSV(B) | 187.38º | 0.33% | 0.76% | - |
| XYZ | 36.83 | 44.23 | 58.23 | - |
| YUV | 170.87 | 141.62 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 195 | 0.33 | 0.04 | 0 | 0.24 | 187.38 | 0.35 | 0.64 |
| Hex | 82 | BB | C3 | 21 | 4 | 0 | 18 | BB | 23 | 40 |
| Octal | 202 | 273 | 303 | 41 | 4 | 0 | 30 | 273 | 43 | 100 |
| Binary | 10000010 | 10111011 | 11000011 | 100001 | 100 | 0 | 11000 | 10111011 | 100011 | 1000000 |
Color Harmonies of #82BBC3
Complementary color
Monochromatic Colors of #82BBC3
Black with #82BBC3
Text Example
Text Example
White with #82BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBC3; }
p { color: rgb(130,187,195); }
H1.HeaderClassName
{
color: #82BBC3;
}
.AnyTagClassName
{
color: #82BBC3;
}
</style>
background-color css
<style>
a { background-color: #82BBC3; }
a { background-color: rgb(130,187,195); }
div.DivClassName
{
background-color: #82BBC3;
}
.BgClassName
{
background-color: #82BBC3;
}
</style>
border-color css
<style>
span { border-color: #82BBC3; }
span { border-color: rgb(130,187,195); }
td.TdClassName
{
border-color: #82BBC3;
}
.TagClassName
{
border-color: #82BBC3;
}
</style>