#899FAB

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

Shades of Bali Hai #899FAB

Tints of Bali Hai #899FAB

Color information

#899FAB (or 0x899FAB) is unknown color: approx Bali Hai. HEX triplet: 89, 9F and AB. RGB value is (137,159,171). Sum of RGB (Red+Green+Blue) = 137+159+171=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #899FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FAB is #766054. Grayscale: #999999. Windows color (decimal): -7757909 or 11247497. OLE color: 11247497.

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

Color convert

RGB137159171-
CMYK0.200.0700.33
HSL201.18º16.83%60.39%-
HSV(B)201.18º19.88%67.06%-
XYZ30.0733.0543.32-
YUV153.79137.71116.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=29.34%
G=34.05%
B=36.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371591710.200.0700.33201.1816.8360.39
Hex899FAB147021c9113c
Octal2112372532470413112174
Binary1000100110011111101010111010011101000011100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,159,171); }

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

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

 a { background-color: rgb(137,159,171); }

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

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

 span { border-color: rgb(137,159,171); }

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