Html Css Color HEX #889CB1 Bali Hai

📋 copy color: '#889CB1'

red 136 ◦ green 156 ◦ blue 177

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

Shades of Bali Hai #889CB1

Tints of Bali Hai #889CB1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

 BLUE value IS 177 (69.53% from 255) = 37.74%

R = 29%
G = 33.26%
B = 37.74%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#889CB1 (or 0x889CB1) is known color: Bali Hai. HEX triplet: 88, 9C and B1. RGB value is (136,156,177). Sum of RGB (Red+Green+Blue) = 136+156+177=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 177 - color contains mainly: blue. Hex color #889CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889CB1 is #77634E. Grayscale: #989898. Windows color (decimal): -7824207 or 11639944. OLE color: 11639944.

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

Color convert

RGB 136 156 177 -
CMYK 0.23 0.12 0 0.31
HSL 210.73º 0.21% 0.61% -
HSV(B) 210.73º 0.23% 0.69% -
XYZ 29.98 32.19 46.23 -
YUV 152.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 136 156 177 0.23 0.12 0 0.31 210.73 0.21 0.61
Hex 88 9C B1 17 C 0 1F D3 15 3D
Octal 210 234 261 27 14 0 37 323 25 75
Binary 10001000 10011100 10110001 10111 1100 0 11111 11010011 10101 111101

Color Harmonies of #889CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889CB1

Black with #889CB1

Text Example


Text Example

White with #889CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,156,177); }

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

background-color css

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

 a { background-color: rgb(136,156,177); }

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

border-color css

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

 span { border-color: rgb(136,156,177); }

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