Html Css Color HEX #899BAA Bali Hai

📋 copy color: '#899BAA'

red 137 ◦ green 155 ◦ blue 170

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

Shades of Bali Hai #899BAA

Tints of Bali Hai #899BAA

RGB

 RED value IS 137 (53.91% from 255) = 29.65%

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 29.65%
G = 33.55%
B = 36.8%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#899BAA (or 0x899BAA) is known color: Bali Hai. HEX triplet: 89, 9B and AA. RGB value is (137,155,170). Sum of RGB (Red+Green+Blue) = 137+155+170=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #899BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BAA is #766455. Grayscale: #979797. Windows color (decimal): -7758934 or 11180937. OLE color: 11180937.

HSL color Cylindrical-coordinate representation of color #899BAA: hue angle of 207.27º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899BAA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 155 170 -
CMYK 0.19 0.09 0 0.33
HSL 207.27º 0.16% 0.6% -
HSV(B) 207.27º 0.19% 0.67% -
XYZ 29.29 31.66 42.6 -
YUV 151.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 137 155 170 0.19 0.09 0 0.33 207.27 0.16 0.6
Hex 89 9B AA 13 9 0 21 CF 10 3C
Octal 211 233 252 23 11 0 41 317 20 74
Binary 10001001 10011011 10101010 10011 1001 0 100001 11001111 10000 111100

Color Harmonies of #899BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BAA

Black with #899BAA

Text Example


Text Example

White with #899BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,155,170); }

 H1.HeaderClassName
 {
   color: #899BAA;
 }
 .AnyTagClassName
 {
   color: #899BAA;
 }
</style>

background-color css

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

 a { background-color: rgb(137,155,170); }

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

border-color css

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

 span { border-color: rgb(137,155,170); }

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