Html Css Color HEX #829CAC Bali Hai

📋 copy color: '#829CAC'

red 130 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #829CAC

Tints of Bali Hai #829CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 28.38%
G = 34.06%
B = 37.55%

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

#829CAC (or 0x829CAC) is known color: Bali Hai. HEX triplet: 82, 9C and AC. RGB value is (130,156,172). Sum of RGB (Red+Green+Blue) = 130+156+172=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #829CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CAC is #7D6353. Grayscale: #959595. Windows color (decimal): -8217428 or 11312258. OLE color: 11312258.

HSL color Cylindrical-coordinate representation of color #829CAC: hue angle of 202.86º degrees, saturation: 0.2, 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 #829CAC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 156 172 -
CMYK 0.24 0.09 0 0.33
HSL 202.86º 0.2% 0.59% -
HSV(B) 202.86º 0.24% 0.67% -
XYZ 28.54 31.5 43.61 -
YUV 150.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 130 156 172 0.24 0.09 0 0.33 202.86 0.2 0.59
Hex 82 9C AC 18 9 0 21 CB 14 3B
Octal 202 234 254 30 11 0 41 313 24 73
Binary 10000010 10011100 10101100 11000 1001 0 100001 11001011 10100 111011

Color Harmonies of #829CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CAC

Black with #829CAC

Text Example


Text Example

White with #829CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,156,172); }

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

background-color css

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

 a { background-color: rgb(130,156,172); }

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

border-color css

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

 span { border-color: rgb(130,156,172); }

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