#829CAA

Color #829CAA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #829CAA

Tints of Bali Hai #829CAA

Color information

#829CAA (or 0x829CAA) is unknown color: approx Bali Hai. HEX triplet: 82, 9C and AA. RGB value is (130,156,170). Sum of RGB (Red+Green+Blue) = 130+156+170=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #829CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829CAA is #7D6355. Grayscale: #959595. Windows color (decimal): -8217430 or 11181186. OLE color: 11181186.

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

Color convert

RGB130156170-
CMYK0.240.0800.33
HSL201º19.05%58.82%-
HSV(B)201º23.53%66.67%-
XYZ28.3531.4342.6-
YUV149.82139.39113.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=28.51%
G=34.21%
B=37.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301561700.240.0800.3320119.0558.82
Hex829CAA188021c9133b
Octal20223425230100413112373
Binary10000010100111001010101011000100001000011100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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