#889BAD

Color #889BAD Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #889BAD

Tints of Bali Hai #889BAD

Color information

#889BAD (or 0x889BAD) is unknown color: approx Bali Hai. HEX triplet: 88, 9B and AD. RGB value is (136,155,173). Sum of RGB (Red+Green+Blue) = 136+155+173=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #889BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAD is #776452. Grayscale: #979797. Windows color (decimal): -7824467 or 11377544. OLE color: 11377544.

HSL color Cylindrical-coordinate representation of color #889BAD: hue angle of 209.19º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #889BAD is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136155173-
CMYK0.210.1000.32
HSL209.19º18.41%60.59%-
HSV(B)209.19º21.39%67.84%-
XYZ29.4231.6944.1-
YUV151.37140.21117.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=29.31%
G=33.41%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361551730.210.1000.32209.1918.4160.59
Hex889BAD15A020d1123d
Octal21023325525120403212275
Binary10001000100110111010110110101101001000001101000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #889BAD;
 }
 .AnyTagClassName
 {
   color: #889BAD;
 }
</style>
background-color css

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

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

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

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

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

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