#889BAC

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

Shades of Bali Hai #889BAC

Tints of Bali Hai #889BAC

Color information

#889BAC (or 0x889BAC) is unknown color: approx Bali Hai. HEX triplet: 88, 9B and AC. RGB value is (136,155,172). Sum of RGB (Red+Green+Blue) = 136+155+172=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #889BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAC is #776453. Grayscale: #979797. Windows color (decimal): -7824468 or 11312008. OLE color: 11312008.

HSL color Cylindrical-coordinate representation of color #889BAC: hue angle of 208.33º 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 #889BAC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136155172-
CMYK0.210.1000.33
HSL208.33º17.82%60.39%-
HSV(B)208.33º20.93%67.45%-
XYZ29.3231.6643.59-
YUV151.26139.71117.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=29.37%
G=33.48%
B=37.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361551720.210.1000.33208.3317.8260.39
Hex889BAC15A021d0123c
Octal21023325425120413202274
Binary10001000100110111010110010101101001000011101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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