Html Css Color HEX #8E9BAA Bali Hai

📋 copy color: '#8E9BAA'

red 142 ◦ green 155 ◦ blue 170

#8E9BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #8E9BAA

Tints of Bali Hai #8E9BAA

RGB

 RED value IS 142 (55.86% from 255) = 30.41%

 GREEN value IS 155 (60.94% from 255) = 33.19%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 30.41%
G = 33.19%
B = 36.4%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E9BAA (or 0x8E9BAA) is known color: Bali Hai. HEX triplet: 8E, 9B and AA. RGB value is (142,155,170). Sum of RGB (Red+Green+Blue) = 142+155+170=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E9BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9BAA is #716455. Grayscale: #989898. Windows color (decimal): -7431254 or 11180942. OLE color: 11180942.

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

Color convert

RGB 142 155 170 -
CMYK 0.16 0.09 0 0.33
HSL 212.14º 0.14% 0.61% -
HSV(B) 212.14º 0.16% 0.67% -
XYZ 30.13 32.1 42.64 -
YUV 152.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 142 155 170 0.16 0.09 0 0.33 212.14 0.14 0.61
Hex 8E 9B AA 10 9 0 21 D4 E 3D
Octal 216 233 252 20 11 0 41 324 16 75
Binary 10001110 10011011 10101010 10000 1001 0 100001 11010100 1110 111101

Color Harmonies of #8E9BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9BAA

Black with #8E9BAA

Text Example


Text Example

White with #8E9BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,155,170); }

 H1.HeaderClassName
 {
   color: #8E9BAA;
 }
 .AnyTagClassName
 {
   color: #8E9BAA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,155,170); }

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

border-color css

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

 span { border-color: rgb(142,155,170); }

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