#889AAA

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

Shades of Bali Hai #889AAA

Tints of Bali Hai #889AAA

Color information

#889AAA (or 0x889AAA) is unknown color: approx Bali Hai. HEX triplet: 88, 9A and AA. RGB value is (136,154,170). Sum of RGB (Red+Green+Blue) = 136+154+170=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #889AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889AAA is #776555. Grayscale: #969696. Windows color (decimal): -7824726 or 11180680. OLE color: 11180680.

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

Color convert

RGB136154170-
CMYK0.200.0900.33
HSL208.24º16.67%60%-
HSV(B)208.24º20%66.67%-
XYZ28.9631.2542.54-
YUV150.44139.04117.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.57%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=29.57%
G=33.48%
B=36.96%

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
Decimal1361541700.200.0900.33208.2416.6760
Hex889AAA149021d0113c
Octal21023225224110413202174
Binary10001000100110101010101010100100101000011101000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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