#8B9CAC

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

Shades of Bali Hai #8B9CAC

Tints of Bali Hai #8B9CAC

Color information

#8B9CAC (or 0x8B9CAC) is unknown color: approx Bali Hai. HEX triplet: 8B, 9C and AC. RGB value is (139,156,172). Sum of RGB (Red+Green+Blue) = 139+156+172=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9CAC is #746353. Grayscale: #989898. Windows color (decimal): -7627604 or 11312267. OLE color: 11312267.

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

Color convert

RGB139156172-
CMYK0.190.0900.33
HSL209.09º16.58%60.98%-
HSV(B)209.09º19.19%67.45%-
XYZ29.9832.2443.67-
YUV152.74138.87118.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=29.76%
G=33.40%
B=36.83%

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
Decimal1391561720.190.0900.33209.0916.5860.98
Hex8B9CAC139021d1113d
Octal21323425423110413212175
Binary10001011100111001010110010011100101000011101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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