Html Css Color HEX #899DAC Bali Hai

📋 copy color: '#899DAC'

red 137 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #899DAC

Tints of Bali Hai #899DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.69%

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

R = 29.4%
G = 33.69%
B = 36.91%

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

#899DAC (or 0x899DAC) is known color: Bali Hai. HEX triplet: 89, 9D and AC. RGB value is (137,157,172). Sum of RGB (Red+Green+Blue) = 137+157+172=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #899DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899DAC is #766253. Grayscale: #989898. Windows color (decimal): -7758420 or 11312521. OLE color: 11312521.

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

Color convert

RGB 137 157 172 -
CMYK 0.20 0.09 0 0.33
HSL 205.71º 0.17% 0.61% -
HSV(B) 205.71º 0.2% 0.67% -
XYZ 29.82 32.41 43.71 -
YUV 152.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 137 157 172 0.20 0.09 0 0.33 205.71 0.17 0.61
Hex 89 9D AC 14 9 0 21 CE 11 3D
Octal 211 235 254 24 11 0 41 316 21 75
Binary 10001001 10011101 10101100 10100 1001 0 100001 11001110 10001 111101

Color Harmonies of #899DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DAC

Black with #899DAC

Text Example


Text Example

White with #899DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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