Html Css Color HEX #82B0BB Glacier

📋 copy color: '#82B0BB'

red 130 ◦ green 176 ◦ blue 187

#82B0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #82B0BB

Tints of Glacier #82B0BB

RGB

 RED value IS 130 (51.17% from 255) = 26.37%

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 26.37%
G = 35.7%
B = 37.93%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#82B0BB (or 0x82B0BB) is known color: Glacier. HEX triplet: 82, B0 and BB. RGB value is (130,176,187). Sum of RGB (Red+Green+Blue) = 130+176+187=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #82B0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82B0BB is #7D4F44. Grayscale: #A3A3A3. Windows color (decimal): -8212293 or 12300418. OLE color: 12300418.

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

Color convert

RGB 130 176 187 -
CMYK 0.30 0.06 0 0.27
HSL 191.58º 0.3% 0.62% -
HSV(B) 191.58º 0.3% 0.73% -
XYZ 33.7 39.38 52.84 -
YUV 163.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 130 176 187 0.30 0.06 0 0.27 191.58 0.3 0.62
Hex 82 B0 BB 1E 6 0 1B C0 1E 3E
Octal 202 260 273 36 6 0 33 300 36 76
Binary 10000010 10110000 10111011 11110 110 0 11011 11000000 11110 111110

Color Harmonies of #82B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B0BB

Black with #82B0BB

Text Example


Text Example

White with #82B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,176,187); }

 H1.HeaderClassName
 {
   color: #82B0BB;
 }
 .AnyTagClassName
 {
   color: #82B0BB;
 }
</style>

background-color css

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

 a { background-color: rgb(130,176,187); }

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

border-color css

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

 span { border-color: rgb(130,176,187); }

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