Html Css Color HEX #899BAC Bali Hai

📋 copy color: '#899BAC'

red 137 ◦ green 155 ◦ blue 172

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

Shades of Bali Hai #899BAC

Tints of Bali Hai #899BAC

RGB

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

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

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

R = 29.53%
G = 33.41%
B = 37.07%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#899BAC (or 0x899BAC) is known color: Bali Hai. HEX triplet: 89, 9B and AC. RGB value is (137,155,172). Sum of RGB (Red+Green+Blue) = 137+155+172=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #899BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899BAC is #766453. Grayscale: #979797. Windows color (decimal): -7758932 or 11312009. OLE color: 11312009.

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

Color convert

RGB 137 155 172 -
CMYK 0.20 0.10 0 0.33
HSL 209.14º 0.17% 0.61% -
HSV(B) 209.14º 0.2% 0.67% -
XYZ 29.48 31.74 43.6 -
YUV 151.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 137 155 172 0.20 0.10 0 0.33 209.14 0.17 0.61
Hex 89 9B AC 14 A 0 21 D1 11 3D
Octal 211 233 254 24 12 0 41 321 21 75
Binary 10001001 10011011 10101100 10100 1010 0 100001 11010001 10001 111101

Color Harmonies of #899BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BAC

Black with #899BAC

Text Example


Text Example

White with #899BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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