#82B1BC

Color #82B1BC Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #82B1BC

Tints of Glacier #82B1BC

Color information

#82B1BC (or 0x82B1BC) is unknown color: approx Glacier. HEX triplet: 82, B1 and BC. RGB value is (130,177,188). Sum of RGB (Red+Green+Blue) = 130+177+188=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #82B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B1BC is #7D4E43. Grayscale: #A4A4A4. Windows color (decimal): -8212036 or 12366210. OLE color: 12366210.

HSL color Cylindrical-coordinate representation of color #82B1BC: hue angle of 191.38º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82B1BC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130177188-
CMYK0.310.0600.26
HSL191.38º30.21%62.35%-
HSV(B)191.38º30.85%73.73%-
XYZ34.0139.8253.47-
YUV164.2141.43103.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=26.26%
G=35.76%
B=37.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301771880.310.0600.26191.3830.2162.35
Hex82B1BC1F601Abf1e3e
Octal2022612743760322773676
Binary100000101011000110111100111111100110101011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B1BC; }

 p { color: rgb(130,177,188); }

 H1.HeaderClassName
 {
   color: #82B1BC;
 }
 .AnyTagClassName
 {
   color: #82B1BC;
 }
</style>
background-color css

<style>
 a { background-color: #82B1BC; }

 a { background-color: rgb(130,177,188); }

 div.DivClassName
 {
   background-color: #82B1BC;
 }
 .BgClassName
 {
   background-color: #82B1BC;
 }
</style>
border-color css

<style>
 span { border-color: #82B1BC; }

 span { border-color: rgb(130,177,188); }

 td.TdClassName
 {
   border-color: #82B1BC;
 }
 .TagClassName
 {
   border-color: #82B1BC;
 }
</style>