Shades of Glacier #82BFC1
Tints of Glacier #82BFC1
RGB
CMYK
RGB Variations
Color information
#82BFC1 (or 0x82BFC1) is known color: Glacier. HEX triplet: 82, BF and C1. RGB value is (130,191,193). Sum of RGB (Red+Green+Blue) = 130+191+193=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #82BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFC1 is #7D403E. Grayscale: #ACACAC. Windows color (decimal): -8208447 or 12697474. OLE color: 12697474.
HSL color Cylindrical-coordinate representation of color #82BFC1: hue angle of 181.9º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82BFC1 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 191 | 193 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.24 |
| HSL | 181.9º | 0.34% | 0.63% | - |
| HSV(B) | 181.9º | 0.33% | 0.76% | - |
| XYZ | 37.46 | 45.86 | 57.33 | - |
| YUV | 172.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 193 | 0.33 | 0.01 | 0 | 0.24 | 181.9 | 0.34 | 0.63 |
| Hex | 82 | BF | C1 | 21 | 1 | 0 | 18 | B6 | 22 | 3F |
| Octal | 202 | 277 | 301 | 41 | 1 | 0 | 30 | 266 | 42 | 77 |
| Binary | 10000010 | 10111111 | 11000001 | 100001 | 1 | 0 | 11000 | 10110110 | 100010 | 111111 |
Color Harmonies of #82BFC1
Complementary color
Monochromatic Colors of #82BFC1
Black with #82BFC1
Text Example
Text Example
White with #82BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BFC1; }
p { color: rgb(130,191,193); }
H1.HeaderClassName
{
color: #82BFC1;
}
.AnyTagClassName
{
color: #82BFC1;
}
</style>
background-color css
<style>
a { background-color: #82BFC1; }
a { background-color: rgb(130,191,193); }
div.DivClassName
{
background-color: #82BFC1;
}
.BgClassName
{
background-color: #82BFC1;
}
</style>
border-color css
<style>
span { border-color: #82BFC1; }
span { border-color: rgb(130,191,193); }
td.TdClassName
{
border-color: #82BFC1;
}
.TagClassName
{
border-color: #82BFC1;
}
</style>