Html Css Color HEX #8E9699 Bali Hai

📋 copy color: '#8E9699'

red 142 ◦ green 150 ◦ blue 153

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

Shades of Bali Hai #8E9699

Tints of Bali Hai #8E9699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 31.91%
G = 33.71%
B = 34.38%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E9699 (or 0x8E9699) is known color: Bali Hai. HEX triplet: 8E, 96 and 99. RGB value is (142,150,153). Sum of RGB (Red+Green+Blue) = 142+150+153=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9699 is #716966. Grayscale: #939393. Windows color (decimal): -7432551 or 10065550. OLE color: 10065550.

HSL color Cylindrical-coordinate representation of color #8E9699: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E9699 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 150 153 -
CMYK 0.07 0.02 0 0.4
HSL 196.36º 0.05% 0.58% -
HSV(B) 196.36º 0.07% 0.6% -
XYZ 27.81 29.86 34.44 -
YUV 147.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 142 150 153 0.07 0.02 0 0.4 196.36 0.05 0.58
Hex 8E 96 99 7 2 0 28 C4 5 3A
Octal 216 226 231 7 2 0 50 304 5 72
Binary 10001110 10010110 10011001 111 10 0 101000 11000100 101 111010

Color Harmonies of #8E9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9699

Black with #8E9699

Text Example


Text Example

White with #8E9699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,153); }

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

background-color css

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

 a { background-color: rgb(142,150,153); }

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

border-color css

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

 span { border-color: rgb(142,150,153); }

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