#899CA6

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

Shades of Bali Hai #899CA6

Tints of Bali Hai #899CA6

Color information

#899CA6 (or 0x899CA6) is unknown color: approx Bali Hai. HEX triplet: 89, 9C and A6. RGB value is (137,156,166). Sum of RGB (Red+Green+Blue) = 137+156+166=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 166 - color contains mainly: blue. Hex color #899CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CA6 is #766359. Grayscale: #979797. Windows color (decimal): -7758682 or 10919049. OLE color: 10919049.

HSL color Cylindrical-coordinate representation of color #899CA6: hue angle of 200.69º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #899CA6 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB137156166-
CMYK0.170.0600.35
HSL200.69º14.01%59.41%-
HSV(B)200.69º17.47%65.1%-
XYZ29.0931.8540.69-
YUV151.46136.21117.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.85%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 166 (65.23% from 255) = 36.17%
R=29.85%
G=33.99%
B=36.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371561660.170.0600.35200.6914.0159.41
Hex899CA6116023c9e3b
Octal2112342462160433111673
Binary100010011001110010100110100011100100011110010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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