#8BA1A9

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

Shades of Bali Hai #8BA1A9

Tints of Bali Hai #8BA1A9

Color information

#8BA1A9 (or 0x8BA1A9) is unknown color: approx Bali Hai. HEX triplet: 8B, A1 and A9. RGB value is (139,161,169). Sum of RGB (Red+Green+Blue) = 139+161+169=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #8BA1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA1A9 is #745E56. Grayscale: #9B9B9B. Windows color (decimal): -7626327 or 11116939. OLE color: 11116939.

HSL color Cylindrical-coordinate representation of color #8BA1A9: hue angle of 196º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA1A9 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB139161169-
CMYK0.180.0500.34
HSL196º14.85%60.39%-
HSV(B)196º17.75%66.27%-
XYZ30.5533.8442.46-
YUV155.33135.71116.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 169 (66.41% from 255) = 36.03%
R=29.64%
G=34.33%
B=36.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391611690.180.0500.3419614.8560.39
Hex8BA1A9125022c4f3c
Octal2132412512250423041774
Binary100010111010000110101001100101010100010110001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA1A9; }

 p { color: rgb(139,161,169); }

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

<style>
 a { background-color: #8BA1A9; }

 a { background-color: rgb(139,161,169); }

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

<style>
 span { border-color: #8BA1A9; }

 span { border-color: rgb(139,161,169); }

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