Html Css Color HEX #88959B Bali Hai

📋 copy color: '#88959B'

red 136 ◦ green 149 ◦ blue 155

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

Shades of Bali Hai #88959B

Tints of Bali Hai #88959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 30.91%
G = 33.86%
B = 35.23%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88959B (or 0x88959B) is known color: Bali Hai. HEX triplet: 88, 95 and 9B. RGB value is (136,149,155). Sum of RGB (Red+Green+Blue) = 136+149+155=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #88959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88959B is #776A64. Grayscale: #919191. Windows color (decimal): -7826021 or 10196360. OLE color: 10196360.

HSL color Cylindrical-coordinate representation of color #88959B: hue angle of 198.95º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #88959B is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 149 155 -
CMYK 0.12 0.04 0 0.39
HSL 198.95º 0.09% 0.57% -
HSV(B) 198.95º 0.12% 0.61% -
XYZ 26.82 29.1 35.21 -
YUV 145.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 136 149 155 0.12 0.04 0 0.39 198.95 0.09 0.57
Hex 88 95 9B C 4 0 27 C7 9 39
Octal 210 225 233 14 4 0 47 307 11 71
Binary 10001000 10010101 10011011 1100 100 0 100111 11000111 1001 111001

Color Harmonies of #88959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88959B

Black with #88959B

Text Example


Text Example

White with #88959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88959B; }

 p { color: rgb(136,149,155); }

 H1.HeaderClassName
 {
   color: #88959B;
 }
 .AnyTagClassName
 {
   color: #88959B;
 }
</style>

background-color css

<style>
 a { background-color: #88959B; }

 a { background-color: rgb(136,149,155); }

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

border-color css

<style>
 span { border-color: #88959B; }

 span { border-color: rgb(136,149,155); }

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