Html Css Color HEX #829BAA Bali Hai

📋 copy color: '#829BAA'

red 130 ◦ green 155 ◦ blue 170

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

Shades of Bali Hai #829BAA

Tints of Bali Hai #829BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.07%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 28.57%
G = 34.07%
B = 37.36%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#829BAA (or 0x829BAA) is known color: Bali Hai. HEX triplet: 82, 9B and AA. RGB value is (130,155,170). Sum of RGB (Red+Green+Blue) = 130+155+170=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #829BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829BAA is #7D6455. Grayscale: #959595. Windows color (decimal): -8217686 or 11180930. OLE color: 11180930.

HSL color Cylindrical-coordinate representation of color #829BAA: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #829BAA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 155 170 -
CMYK 0.24 0.09 0 0.33
HSL 202.5º 0.19% 0.59% -
HSV(B) 202.5º 0.24% 0.67% -
XYZ 28.18 31.09 42.55 -
YUV 149.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 130 155 170 0.24 0.09 0 0.33 202.5 0.19 0.59
Hex 82 9B AA 18 9 0 21 CA 13 3B
Octal 202 233 252 30 11 0 41 312 23 73
Binary 10000010 10011011 10101010 11000 1001 0 100001 11001010 10011 111011

Color Harmonies of #829BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BAA

Black with #829BAA

Text Example


Text Example

White with #829BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829BAA; }

 p { color: rgb(130,155,170); }

 H1.HeaderClassName
 {
   color: #829BAA;
 }
 .AnyTagClassName
 {
   color: #829BAA;
 }
</style>

background-color css

<style>
 a { background-color: #829BAA; }

 a { background-color: rgb(130,155,170); }

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

border-color css

<style>
 span { border-color: #829BAA; }

 span { border-color: rgb(130,155,170); }

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