#8B9AA6

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

Shades of Bali Hai #8B9AA6

Tints of Bali Hai #8B9AA6

Color information

#8B9AA6 (or 0x8B9AA6) is unknown color: approx Bali Hai. HEX triplet: 8B, 9A and A6. RGB value is (139,154,166). Sum of RGB (Red+Green+Blue) = 139+154+166=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 166 - color contains mainly: blue. Hex color #8B9AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9AA6 is #746559. Grayscale: #969696. Windows color (decimal): -7628122 or 10918539. OLE color: 10918539.

HSL color Cylindrical-coordinate representation of color #8B9AA6: hue angle of 206.67º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B9AA6 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB139154166-
CMYK0.160.0700.35
HSL206.67º13.17%59.8%-
HSV(B)206.67º16.27%65.1%-
XYZ29.0931.3540.6-
YUV150.88136.53119.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=30.28%
G=33.55%
B=36.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391541660.160.0700.35206.6713.1759.8
Hex8B9AA6107023cfd3c
Octal2132322462070433171574
Binary100010111001101010100110100001110100011110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,154,166); }

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

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

 a { background-color: rgb(139,154,166); }

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

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

 span { border-color: rgb(139,154,166); }

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