#88949B

Color #88949B Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #88949B

Tints of Bali Hai #88949B

Color information

#88949B (or 0x88949B) is unknown color: approx 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

RGB136148155-
CMYK0.120.0500.39
HSL202.11º8.68%57.06%-
HSV(B)202.11º12.26%60.78%-
XYZ26.6628.7835.16-
YUV145.21133.52121.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361481550.120.0500.39202.118.6857.06
Hex88949BC5027ca939
Octal2102242331450473121171
Binary10001000100101001001101111001010100111110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>