Shades of Glacier #82BBC4
Tints of Glacier #82BBC4
RGB
CMYK
RGB Variations
Color information
#82BBC4 (or 0x82BBC4) is known color: Glacier. HEX triplet: 82, BB and C4. RGB value is (130,187,196). Sum of RGB (Red+Green+Blue) = 130+187+196=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #82BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBC4 is #7D443B. Grayscale: #AAAAAA. Windows color (decimal): -8209468 or 12893058. OLE color: 12893058.
HSL color Cylindrical-coordinate representation of color #82BBC4: hue angle of 188.18º 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 #82BBC4 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 187 | 196 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.23 |
| HSL | 188.18º | 0.36% | 0.64% | - |
| HSV(B) | 188.18º | 0.34% | 0.77% | - |
| XYZ | 36.94 | 44.27 | 58.82 | - |
| YUV | 170.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 196 | 0.34 | 0.05 | 0 | 0.23 | 188.18 | 0.36 | 0.64 |
| Hex | 82 | BB | C4 | 22 | 5 | 0 | 17 | BC | 24 | 40 |
| Octal | 202 | 273 | 304 | 42 | 5 | 0 | 27 | 274 | 44 | 100 |
| Binary | 10000010 | 10111011 | 11000100 | 100010 | 101 | 0 | 10111 | 10111100 | 100100 | 1000000 |
Color Harmonies of #82BBC4
Complementary color
Monochromatic Colors of #82BBC4
Black with #82BBC4
Text Example
Text Example
White with #82BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBC4; }
p { color: rgb(130,187,196); }
H1.HeaderClassName
{
color: #82BBC4;
}
.AnyTagClassName
{
color: #82BBC4;
}
</style>
background-color css
<style>
a { background-color: #82BBC4; }
a { background-color: rgb(130,187,196); }
div.DivClassName
{
background-color: #82BBC4;
}
.BgClassName
{
background-color: #82BBC4;
}
</style>
border-color css
<style>
span { border-color: #82BBC4; }
span { border-color: rgb(130,187,196); }
td.TdClassName
{
border-color: #82BBC4;
}
.TagClassName
{
border-color: #82BBC4;
}
</style>