#899BAA

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

Shades of Bali Hai #899BAA

Tints of Bali Hai #899BAA

Color information

#899BAA (or 0x899BAA) is unknown color: approx Bali Hai. HEX triplet: 89, 9B and AA. RGB value is (137,155,170). Sum of RGB (Red+Green+Blue) = 137+155+170=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #899BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BAA is #766455. Grayscale: #979797. Windows color (decimal): -7758934 or 11180937. OLE color: 11180937.

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

Color convert

RGB137155170-
CMYK0.190.0900.33
HSL207.27º16.26%60.2%-
HSV(B)207.27º19.41%66.67%-
XYZ29.2931.6642.6-
YUV151.33138.54117.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.65%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=29.65%
G=33.55%
B=36.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371551700.190.0900.33207.2716.2660.2
Hex899BAA139021cf103c
Octal21123325223110413172074
Binary10001001100110111010101010011100101000011100111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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