Html Css Color HEX #889BAB Bali Hai

📋 copy color: '#889BAB'

red 136 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #889BAB

Tints of Bali Hai #889BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 29.44%
G = 33.55%
B = 37.01%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#889BAB (or 0x889BAB) is known color: Bali Hai. HEX triplet: 88, 9B and AB. RGB value is (136,155,171). Sum of RGB (Red+Green+Blue) = 136+155+171=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #889BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAB is #776454. Grayscale: #979797. Windows color (decimal): -7824469 or 11246472. OLE color: 11246472.

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

Color convert

RGB 136 155 171 -
CMYK 0.20 0.09 0 0.33
HSL 207.43º 0.17% 0.6% -
HSV(B) 207.43º 0.2% 0.67% -
XYZ 29.23 31.62 43.09 -
YUV 151.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 136 155 171 0.20 0.09 0 0.33 207.43 0.17 0.6
Hex 88 9B AB 14 9 0 21 CF 11 3C
Octal 210 233 253 24 11 0 41 317 21 74
Binary 10001000 10011011 10101011 10100 1001 0 100001 11001111 10001 111100

Color Harmonies of #889BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BAB

Black with #889BAB

Text Example


Text Example

White with #889BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,171); }

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

background-color css

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

 a { background-color: rgb(136,155,171); }

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

border-color css

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

 span { border-color: rgb(136,155,171); }

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