Html Css Color HEX #899CAE Bali Hai

📋 copy color: '#899CAE'

red 137 ◦ green 156 ◦ blue 174

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

Shades of Bali Hai #899CAE

Tints of Bali Hai #899CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 29.34%
G = 33.4%
B = 37.26%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#899CAE (or 0x899CAE) is known color: Bali Hai. HEX triplet: 89, 9C and AE. RGB value is (137,156,174). Sum of RGB (Red+Green+Blue) = 137+156+174=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #899CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899CAE is #766351. Grayscale: #989898. Windows color (decimal): -7758674 or 11443337. OLE color: 11443337.

HSL color Cylindrical-coordinate representation of color #899CAE: hue angle of 209.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899CAE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 156 174 -
CMYK 0.21 0.10 0 0.32
HSL 209.19º 0.19% 0.61% -
HSV(B) 209.19º 0.21% 0.68% -
XYZ 29.84 32.15 44.68 -
YUV 152.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 137 156 174 0.21 0.10 0 0.32 209.19 0.19 0.61
Hex 89 9C AE 15 A 0 20 D1 13 3D
Octal 211 234 256 25 12 0 40 321 23 75
Binary 10001001 10011100 10101110 10101 1010 0 100000 11010001 10011 111101

Color Harmonies of #899CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CAE

Black with #899CAE

Text Example


Text Example

White with #899CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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