Html Css Color HEX #88969D Bali Hai

📋 copy color: '#88969D'

red 136 ◦ green 150 ◦ blue 157

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

Shades of Bali Hai #88969D

Tints of Bali Hai #88969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

 BLUE value IS 157 (61.72% from 255) = 35.44%

R = 30.7%
G = 33.86%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88969D (or 0x88969D) is known color: Bali Hai. HEX triplet: 88, 96 and 9D. RGB value is (136,150,157). Sum of RGB (Red+Green+Blue) = 136+150+157=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #88969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88969D is #776962. Grayscale: #929292. Windows color (decimal): -7825763 or 10327688. OLE color: 10327688.

HSL color Cylindrical-coordinate representation of color #88969D: hue angle of 200º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #88969D is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 150 157 -
CMYK 0.13 0.04 0 0.38
HSL 200º 0.1% 0.57% -
HSV(B) 200º 0.13% 0.62% -
XYZ 27.15 29.48 36.16 -
YUV 146.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 136 150 157 0.13 0.04 0 0.38 200 0.1 0.57
Hex 88 96 9D D 4 0 26 C8 A 39
Octal 210 226 235 15 4 0 46 310 12 71
Binary 10001000 10010110 10011101 1101 100 0 100110 11001000 1010 111001

Color Harmonies of #88969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88969D

Black with #88969D

Text Example


Text Example

White with #88969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88969D; }

 p { color: rgb(136,150,157); }

 H1.HeaderClassName
 {
   color: #88969D;
 }
 .AnyTagClassName
 {
   color: #88969D;
 }
</style>

background-color css

<style>
 a { background-color: #88969D; }

 a { background-color: rgb(136,150,157); }

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

border-color css

<style>
 span { border-color: #88969D; }

 span { border-color: rgb(136,150,157); }

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