Html Css Color HEX #899CAC Bali Hai

📋 copy color: '#899CAC'

red 137 ◦ green 156 ◦ blue 172

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

Shades of Bali Hai #899CAC

Tints of Bali Hai #899CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.99%

R = 29.46%
G = 33.55%
B = 36.99%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#899CAC (or 0x899CAC) is known color: Bali Hai. HEX triplet: 89, 9C and AC. RGB value is (137,156,172). Sum of RGB (Red+Green+Blue) = 137+156+172=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #899CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CAC is #766353. Grayscale: #989898. Windows color (decimal): -7758676 or 11312265. OLE color: 11312265.

HSL color Cylindrical-coordinate representation of color #899CAC: hue angle of 207.43º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899CAC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 156 172 -
CMYK 0.20 0.09 0 0.33
HSL 207.43º 0.17% 0.61% -
HSV(B) 207.43º 0.2% 0.67% -
XYZ 29.65 32.07 43.66 -
YUV 152.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 137 156 172 0.20 0.09 0 0.33 207.43 0.17 0.61
Hex 89 9C AC 14 9 0 21 CF 11 3D
Octal 211 234 254 24 11 0 41 317 21 75
Binary 10001001 10011100 10101100 10100 1001 0 100001 11001111 10001 111101

Color Harmonies of #899CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CAC

Black with #899CAC

Text Example


Text Example

White with #899CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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