Html Css Color HEX #88949B Bali Hai

📋 copy color: '#88949B'

red 136 ◦ green 148 ◦ blue 155

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

Shades of Bali Hai #88949B

Tints of Bali Hai #88949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.71%

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

R = 30.98%
G = 33.71%
B = 35.31%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88949B (or 0x88949B) is known color: Bali Hai. HEX triplet: 88, 94 and 9B. RGB value is (136,148,155). Sum of RGB (Red+Green+Blue) = 136+148+155=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #88949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88949B is #776B64. Grayscale: #919191. Windows color (decimal): -7826277 or 10196104. OLE color: 10196104.

HSL color Cylindrical-coordinate representation of color #88949B: hue angle of 202.11º 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 #88949B is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 148 155 -
CMYK 0.12 0.05 0 0.39
HSL 202.11º 0.09% 0.57% -
HSV(B) 202.11º 0.12% 0.61% -
XYZ 26.66 28.78 35.16 -
YUV 145.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 136 148 155 0.12 0.05 0 0.39 202.11 0.09 0.57
Hex 88 94 9B C 5 0 27 CA 9 39
Octal 210 224 233 14 5 0 47 312 11 71
Binary 10001000 10010100 10011011 1100 101 0 100111 11001010 1001 111001

Color Harmonies of #88949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88949B

Black with #88949B

Text Example


Text Example

White with #88949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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