Html Css Color HEX #889BAF Bali Hai

📋 copy color: '#889BAF'

red 136 ◦ green 155 ◦ blue 175

#889BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #889BAF

Tints of Bali Hai #889BAF

RGB

 RED value IS 136 (53.52% from 255) = 29.18%

 GREEN value IS 155 (60.94% from 255) = 33.26%

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 29.18%
G = 33.26%
B = 37.55%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#889BAF (or 0x889BAF) is known color: Bali Hai. HEX triplet: 88, 9B and AF. RGB value is (136,155,175). Sum of RGB (Red+Green+Blue) = 136+155+175=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #889BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889BAF is #776450. Grayscale: #979797. Windows color (decimal): -7824465 or 11508616. OLE color: 11508616.

HSL color Cylindrical-coordinate representation of color #889BAF: hue angle of 210.77º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889BAF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 155 175 -
CMYK 0.22 0.11 0 0.31
HSL 210.77º 0.2% 0.61% -
HSV(B) 210.77º 0.22% 0.69% -
XYZ 29.61 31.77 45.13 -
YUV 151.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 136 155 175 0.22 0.11 0 0.31 210.77 0.2 0.61
Hex 88 9B AF 16 B 0 1F D3 14 3D
Octal 210 233 257 26 13 0 37 323 24 75
Binary 10001000 10011011 10101111 10110 1011 0 11111 11010011 10100 111101

Color Harmonies of #889BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BAF

Black with #889BAF

Text Example


Text Example

White with #889BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #889BAF;
 }
 .AnyTagClassName
 {
   color: #889BAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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