Html Css Color HEX #88949C Bali Hai

📋 copy color: '#88949C'

red 136 ◦ green 148 ◦ blue 156

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

Shades of Bali Hai #88949C

Tints of Bali Hai #88949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 30.91%
G = 33.64%
B = 35.45%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88949C (or 0x88949C) is known color: Bali Hai. HEX triplet: 88, 94 and 9C. RGB value is (136,148,156). Sum of RGB (Red+Green+Blue) = 136+148+156=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #88949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88949C is #776B63. Grayscale: #919191. Windows color (decimal): -7826276 or 10261640. OLE color: 10261640.

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

Color convert

RGB 136 148 156 -
CMYK 0.13 0.05 0 0.39
HSL 204º 0.09% 0.57% -
HSV(B) 204º 0.13% 0.61% -
XYZ 26.74 28.81 35.6 -
YUV 145.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 136 148 156 0.13 0.05 0 0.39 204 0.09 0.57
Hex 88 94 9C D 5 0 27 CC 9 39
Octal 210 224 234 15 5 0 47 314 11 71
Binary 10001000 10010100 10011100 1101 101 0 100111 11001100 1001 111001

Color Harmonies of #88949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88949C

Black with #88949C

Text Example


Text Example

White with #88949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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