#88969B

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

Shades of Bali Hai #88969B

Tints of Bali Hai #88969B

Color information

#88969B (or 0x88969B) is unknown color: approx Bali Hai. HEX triplet: 88, 96 and 9B. RGB value is (136,150,155). Sum of RGB (Red+Green+Blue) = 136+150+155=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 155 - color contains mainly: blue. Hex color #88969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88969B is #776964. Grayscale: #929292. Windows color (decimal): -7825765 or 10196616. OLE color: 10196616.

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

Color convert

RGB136150155-
CMYK0.120.0300.39
HSL195.79º8.68%57.06%-
HSV(B)195.79º12.26%60.78%-
XYZ26.9829.4135.27-
YUV146.38132.86120.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.84%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=30.84%
G=34.01%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361501550.120.0300.39195.798.6857.06
Hex88969BC3027c4939
Octal2102262331430473041171
Binary1000100010010110100110111100110100111110001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88969B;
 }
 .AnyTagClassName
 {
   color: #88969B;
 }
</style>
background-color css

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

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

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

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

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

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