#829DAB

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

Shades of Bali Hai #829DAB

Tints of Bali Hai #829DAB

Color information

#829DAB (or 0x829DAB) is unknown color: approx Bali Hai. HEX triplet: 82, 9D and AB. RGB value is (130,157,171). Sum of RGB (Red+Green+Blue) = 130+157+171=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #829DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829DAB is #7D6254. Grayscale: #969696. Windows color (decimal): -8217173 or 11246978. OLE color: 11246978.

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

Color convert

RGB130157171-
CMYK0.240.0800.33
HSL200.49º19.62%59.02%-
HSV(B)200.49º23.98%67.06%-
XYZ28.6131.843.16-
YUV150.52139.55113.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.38%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=28.38%
G=34.28%
B=37.34%

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
Decimal1301571710.240.0800.33200.4919.6259.02
Hex829DAB188021c8143b
Octal20223525330100413102473
Binary10000010100111011010101111000100001000011100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,157,171); }

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

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

 a { background-color: rgb(130,157,171); }

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

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

 span { border-color: rgb(130,157,171); }

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