Html Css Color HEX #82BABD Glacier

📋 copy color: '#82BABD'

red 130 ◦ green 186 ◦ blue 189

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

Shades of Glacier #82BABD

Tints of Glacier #82BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 25.74%
G = 36.83%
B = 37.43%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#82BABD (or 0x82BABD) is known color: Glacier. HEX triplet: 82, BA and BD. RGB value is (130,186,189). Sum of RGB (Red+Green+Blue) = 130+186+189=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #82BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BABD is #7D4542. Grayscale: #A9A9A9. Windows color (decimal): -8209731 or 12434050. OLE color: 12434050.

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

Color convert

RGB 130 186 189 -
CMYK 0.31 0.02 0 0.26
HSL 183.05º 0.31% 0.63% -
HSV(B) 183.05º 0.31% 0.74% -
XYZ 35.95 43.54 54.65 -
YUV 169.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 130 186 189 0.31 0.02 0 0.26 183.05 0.31 0.63
Hex 82 BA BD 1F 2 0 1A B7 1F 3F
Octal 202 272 275 37 2 0 32 267 37 77
Binary 10000010 10111010 10111101 11111 10 0 11010 10110111 11111 111111

Color Harmonies of #82BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BABD

Black with #82BABD

Text Example


Text Example

White with #82BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,186,189); }

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

background-color css

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

 a { background-color: rgb(130,186,189); }

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

border-color css

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

 span { border-color: rgb(130,186,189); }

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