Html Css Color HEX #88949E Bali Hai

📋 copy color: '#88949E'

red 136 ◦ green 148 ◦ blue 158

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

Shades of Bali Hai #88949E

Tints of Bali Hai #88949E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 30.77%
G = 33.48%
B = 35.75%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88949E (or 0x88949E) is known color: Bali Hai. HEX triplet: 88, 94 and 9E. RGB value is (136,148,158). Sum of RGB (Red+Green+Blue) = 136+148+158=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #88949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88949E is #776B61. Grayscale: #919191. Windows color (decimal): -7826274 or 10392712. OLE color: 10392712.

HSL color Cylindrical-coordinate representation of color #88949E: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88949E is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 148 158 -
CMYK 0.14 0.06 0 0.38
HSL 207.27º 0.1% 0.58% -
HSV(B) 207.27º 0.14% 0.62% -
XYZ 26.91 28.88 36.5 -
YUV 145.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 136 148 158 0.14 0.06 0 0.38 207.27 0.1 0.58
Hex 88 94 9E E 6 0 26 CF A 3A
Octal 210 224 236 16 6 0 46 317 12 72
Binary 10001000 10010100 10011110 1110 110 0 100110 11001111 1010 111010

Color Harmonies of #88949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88949E

Black with #88949E

Text Example


Text Example

White with #88949E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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