Html Css Color HEX #899CAA Bali Hai

📋 copy color: '#899CAA'

red 137 ◦ green 156 ◦ blue 170

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

Shades of Bali Hai #899CAA

Tints of Bali Hai #899CAA

RGB

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

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

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

R = 29.59%
G = 33.69%
B = 36.72%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#899CAA (or 0x899CAA) is known color: Bali Hai. HEX triplet: 89, 9C and AA. RGB value is (137,156,170). Sum of RGB (Red+Green+Blue) = 137+156+170=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #899CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CAA is #766355. Grayscale: #979797. Windows color (decimal): -7758678 or 11181193. OLE color: 11181193.

HSL color Cylindrical-coordinate representation of color #899CAA: hue angle of 205.45º 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 #899CAA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 156 170 -
CMYK 0.19 0.08 0 0.33
HSL 205.45º 0.16% 0.6% -
HSV(B) 205.45º 0.19% 0.67% -
XYZ 29.46 32 42.65 -
YUV 151.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 137 156 170 0.19 0.08 0 0.33 205.45 0.16 0.6
Hex 89 9C AA 13 8 0 21 CD 10 3C
Octal 211 234 252 23 10 0 41 315 20 74
Binary 10001001 10011100 10101010 10011 1000 0 100001 11001101 10000 111100

Color Harmonies of #899CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CAA

Black with #899CAA

Text Example


Text Example

White with #899CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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