#899CAC

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

Shades of Bali Hai #899CAC

Tints of Bali Hai #899CAC

Color information

#899CAC (or 0x899CAC) is unknown color: approx Bali Hai. HEX triplet: 89, 9C and AC. RGB value is (137,156,172). Sum of RGB (Red+Green+Blue) = 137+156+172=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #899CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CAC is #766353. Grayscale: #989898. Windows color (decimal): -7758676 or 11312265. OLE color: 11312265.

HSL color Cylindrical-coordinate representation of color #899CAC: hue angle of 207.43º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899CAC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137156172-
CMYK0.200.0900.33
HSL207.43º17.41%60.59%-
HSV(B)207.43º20.35%67.45%-
XYZ29.6532.0743.66-
YUV152.14139.21117.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.46%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=29.46%
G=33.55%
B=36.99%

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
Decimal1371561720.200.0900.33207.4317.4160.59
Hex899CAC149021cf113d
Octal21123425424110413172175
Binary10001001100111001010110010100100101000011100111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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