#889FAC

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

Shades of Bali Hai #889FAC

Tints of Bali Hai #889FAC

Color information

#889FAC (or 0x889FAC) is unknown color: approx Bali Hai. HEX triplet: 88, 9F and AC. RGB value is (136,159,172). Sum of RGB (Red+Green+Blue) = 136+159+172=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #889FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889FAC is #776053. Grayscale: #999999. Windows color (decimal): -7823444 or 11313032. OLE color: 11313032.

HSL color Cylindrical-coordinate representation of color #889FAC: hue angle of 201.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #889FAC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136159172-
CMYK0.210.0800.33
HSL201.67º17.82%60.39%-
HSV(B)201.67º20.93%67.45%-
XYZ3033.0143.82-
YUV153.61138.38115.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=29.12%
G=34.05%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361591720.210.0800.33201.6717.8260.39
Hex889FAC158021ca123c
Octal21023725425100413122274
Binary10001000100111111010110010101100001000011100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889FAC; }

 p { color: rgb(136,159,172); }

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

<style>
 a { background-color: #889FAC; }

 a { background-color: rgb(136,159,172); }

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

<style>
 span { border-color: #889FAC; }

 span { border-color: rgb(136,159,172); }

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