#8B9BAB

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

Shades of Bali Hai #8B9BAB

Tints of Bali Hai #8B9BAB

Color information

#8B9BAB (or 0x8B9BAB) is unknown color: approx Bali Hai. HEX triplet: 8B, 9B and AB. RGB value is (139,155,171). Sum of RGB (Red+Green+Blue) = 139+155+171=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9BAB is #746454. Grayscale: #979797. Windows color (decimal): -7627861 or 11246475. OLE color: 11246475.

HSL color Cylindrical-coordinate representation of color #8B9BAB: hue angle of 210º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9BAB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139155171-
CMYK0.190.0900.33
HSL210º16%60.78%-
HSV(B)210º18.71%67.06%-
XYZ29.7231.8743.11-
YUV152.04138.7118.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=29.89%
G=33.33%
B=36.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391551710.190.0900.332101660.78
Hex8B9BAB139021d2103d
Octal21323325323110413222075
Binary10001011100110111010101110011100101000011101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,155,171); }

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

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

 a { background-color: rgb(139,155,171); }

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

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

 span { border-color: rgb(139,155,171); }

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