#889BAA

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

Shades of Bali Hai #889BAA

Tints of Bali Hai #889BAA

Color information

#889BAA (or 0x889BAA) is unknown color: approx Bali Hai. HEX triplet: 88, 9B and AA. RGB value is (136,155,170). Sum of RGB (Red+Green+Blue) = 136+155+170=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #889BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAA is #776455. Grayscale: #969696. Windows color (decimal): -7824470 or 11180936. OLE color: 11180936.

HSL color Cylindrical-coordinate representation of color #889BAA: hue angle of 206.47º 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 #889BAA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136155170-
CMYK0.200.0900.33
HSL206.47º16.67%60%-
HSV(B)206.47º20%66.67%-
XYZ29.1331.5842.59-
YUV151.03138.71117.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.50%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=29.50%
G=33.62%
B=36.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361551700.200.0900.33206.4716.6760
Hex889BAA149021ce113c
Octal21023325224110413162174
Binary10001000100110111010101010100100101000011100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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