#8C9BAB

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

Shades of Bali Hai #8C9BAB

Tints of Bali Hai #8C9BAB

Color information

#8C9BAB (or 0x8C9BAB) is unknown color: approx Bali Hai. HEX triplet: 8C, 9B and AB. RGB value is (140,155,171). Sum of RGB (Red+Green+Blue) = 140+155+171=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C9BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9BAB is #736454. Grayscale: #989898. Windows color (decimal): -7562325 or 11246476. OLE color: 11246476.

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

Color convert

RGB140155171-
CMYK0.180.0900.33
HSL210.97º15.58%60.98%-
HSV(B)210.97º18.13%67.06%-
XYZ29.8931.9643.12-
YUV152.34138.53119.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.04%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=30.04%
G=33.26%
B=36.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401551710.180.0900.33210.9715.5860.98
Hex8C9BAB129021d3103d
Octal21423325322110413232075
Binary10001100100110111010101110010100101000011101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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