Html Css Color HEX #889EA6 Bali Hai

📋 copy color: '#889EA6'

red 136 ◦ green 158 ◦ blue 166

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

Shades of Bali Hai #889EA6

Tints of Bali Hai #889EA6

RGB

 RED value IS 136 (53.52% from 255) = 29.57%

 GREEN value IS 158 (62.11% from 255) = 34.35%

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 29.57%
G = 34.35%
B = 36.09%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#889EA6 (or 0x889EA6) is known color: Bali Hai. HEX triplet: 88, 9E and A6. RGB value is (136,158,166). Sum of RGB (Red+Green+Blue) = 136+158+166=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 166 - color contains mainly: blue. Hex color #889EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889EA6 is #776159. Grayscale: #989898. Windows color (decimal): -7823706 or 10919560. OLE color: 10919560.

HSL color Cylindrical-coordinate representation of color #889EA6: hue angle of 196º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #889EA6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 158 166 -
CMYK 0.18 0.05 0 0.35
HSL 196º 0.14% 0.59% -
HSV(B) 196º 0.18% 0.65% -
XYZ 29.26 32.44 40.8 -
YUV 152.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 136 158 166 0.18 0.05 0 0.35 196 0.14 0.59
Hex 88 9E A6 12 5 0 23 C4 E 3B
Octal 210 236 246 22 5 0 43 304 16 73
Binary 10001000 10011110 10100110 10010 101 0 100011 11000100 1110 111011

Color Harmonies of #889EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EA6

Black with #889EA6

Text Example


Text Example

White with #889EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889EA6; }

 p { color: rgb(136,158,166); }

 H1.HeaderClassName
 {
   color: #889EA6;
 }
 .AnyTagClassName
 {
   color: #889EA6;
 }
</style>

background-color css

<style>
 a { background-color: #889EA6; }

 a { background-color: rgb(136,158,166); }

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

border-color css

<style>
 span { border-color: #889EA6; }

 span { border-color: rgb(136,158,166); }

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