#8E9CAB

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

Shades of Bali Hai #8E9CAB

Tints of Bali Hai #8E9CAB

Color information

#8E9CAB (or 0x8E9CAB) is unknown color: approx Bali Hai. HEX triplet: 8E, 9C and AB. RGB value is (142,156,171). Sum of RGB (Red+Green+Blue) = 142+156+171=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E9CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9CAB is #716354. Grayscale: #999999. Windows color (decimal): -7430997 or 11246734. OLE color: 11246734.

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

Color convert

RGB142156171-
CMYK0.170.0900.33
HSL211.03º14.72%61.37%-
HSV(B)211.03º16.96%67.06%-
XYZ30.3932.4743.19-
YUV153.52137.86119.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.28%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=30.28%
G=33.26%
B=36.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421561710.170.0900.33211.0314.7261.37
Hex8E9CAB119021d3f3d
Octal21623425321110413231775
Binary1000111010011100101010111000110010100001110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,171); }

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

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

 a { background-color: rgb(142,156,171); }

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

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

 span { border-color: rgb(142,156,171); }

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