#899CAA

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

Shades of Bali Hai #899CAA

Tints of Bali Hai #899CAA

Color information

#899CAA (or 0x899CAA) is unknown color: approx Bali Hai. HEX triplet: 89, 9C and AA. RGB value is (137,156,170). Sum of RGB (Red+Green+Blue) = 137+156+170=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #899CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CAA is #766355. Grayscale: #979797. Windows color (decimal): -7758678 or 11181193. OLE color: 11181193.

HSL color Cylindrical-coordinate representation of color #899CAA: hue angle of 205.45º 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 #899CAA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137156170-
CMYK0.190.0800.33
HSL205.45º16.26%60.2%-
HSV(B)205.45º19.41%66.67%-
XYZ29.463242.65-
YUV151.92138.21117.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.59%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=29.59%
G=33.69%
B=36.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371561700.190.0800.33205.4516.2660.2
Hex899CAA138021cd103c
Octal21123425223100413152074
Binary10001001100111001010101010011100001000011100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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