Html Css Color HEX #8897AC Bali Hai

📋 copy color: '#8897AC'

red 136 ◦ green 151 ◦ blue 172

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

Shades of Bali Hai #8897AC

Tints of Bali Hai #8897AC

RGB

 RED value IS 136 (53.52% from 255) = 29.63%

 GREEN value IS 151 (59.38% from 255) = 32.9%

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

R = 29.63%
G = 32.9%
B = 37.47%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8897AC (or 0x8897AC) is known color: Bali Hai. HEX triplet: 88, 97 and AC. RGB value is (136,151,172). Sum of RGB (Red+Green+Blue) = 136+151+172=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #8897AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8897AC is #776853. Grayscale: #949494. Windows color (decimal): -7825492 or 11310984. OLE color: 11310984.

HSL color Cylindrical-coordinate representation of color #8897AC: hue angle of 215º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8897AC is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 151 172 -
CMYK 0.21 0.12 0 0.33
HSL 215º 0.18% 0.6% -
HSV(B) 215º 0.21% 0.67% -
XYZ 28.67 30.35 43.38 -
YUV 148.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 136 151 172 0.21 0.12 0 0.33 215 0.18 0.6
Hex 88 97 AC 15 C 0 21 D7 12 3C
Octal 210 227 254 25 14 0 41 327 22 74
Binary 10001000 10010111 10101100 10101 1100 0 100001 11010111 10010 111100

Color Harmonies of #8897AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8897AC

Black with #8897AC

Text Example


Text Example

White with #8897AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8897AC; }

 p { color: rgb(136,151,172); }

 H1.HeaderClassName
 {
   color: #8897AC;
 }
 .AnyTagClassName
 {
   color: #8897AC;
 }
</style>

background-color css

<style>
 a { background-color: #8897AC; }

 a { background-color: rgb(136,151,172); }

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

border-color css

<style>
 span { border-color: #8897AC; }

 span { border-color: rgb(136,151,172); }

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