#8B9BAC

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

Shades of Bali Hai #8B9BAC

Tints of Bali Hai #8B9BAC

Color information

#8B9BAC (or 0x8B9BAC) is unknown color: approx Bali Hai. HEX triplet: 8B, 9B and AC. RGB value is (139,155,172). Sum of RGB (Red+Green+Blue) = 139+155+172=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9BAC is #746453. Grayscale: #989898. Windows color (decimal): -7627860 or 11312011. OLE color: 11312011.

HSL color Cylindrical-coordinate representation of color #8B9BAC: hue angle of 210.91º degrees, saturation: 0.17, 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 #8B9BAC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139155172-
CMYK0.190.1000.33
HSL210.91º16.58%60.98%-
HSV(B)210.91º19.19%67.45%-
XYZ29.8231.9143.62-
YUV152.15139.2118.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.83%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=29.83%
G=33.26%
B=36.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391551720.190.1000.33210.9116.5860.98
Hex8B9BAC13A021d3113d
Octal21323325423120413232175
Binary10001011100110111010110010011101001000011101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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