Html Css Color HEX #889DAC Bali Hai

📋 copy color: '#889DAC'

red 136 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #889DAC

Tints of Bali Hai #889DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 29.25%
G = 33.76%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#889DAC (or 0x889DAC) is known color: Bali Hai. HEX triplet: 88, 9D and AC. RGB value is (136,157,172). Sum of RGB (Red+Green+Blue) = 136+157+172=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #889DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889DAC is #776253. Grayscale: #989898. Windows color (decimal): -7823956 or 11312520. OLE color: 11312520.

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

Color convert

RGB 136 157 172 -
CMYK 0.21 0.09 0 0.33
HSL 205º 0.18% 0.6% -
HSV(B) 205º 0.21% 0.67% -
XYZ 29.66 32.33 43.71 -
YUV 152.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 136 157 172 0.21 0.09 0 0.33 205 0.18 0.6
Hex 88 9D AC 15 9 0 21 CD 12 3C
Octal 210 235 254 25 11 0 41 315 22 74
Binary 10001000 10011101 10101100 10101 1001 0 100001 11001101 10010 111100

Color Harmonies of #889DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DAC

Black with #889DAC

Text Example


Text Example

White with #889DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,157,172); }

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

background-color css

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

 a { background-color: rgb(136,157,172); }

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

border-color css

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

 span { border-color: rgb(136,157,172); }

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