#88969C

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

Shades of Bali Hai #88969C

Tints of Bali Hai #88969C

Color information

#88969C (or 0x88969C) is unknown color: approx Bali Hai. HEX triplet: 88, 96 and 9C. RGB value is (136,150,156). Sum of RGB (Red+Green+Blue) = 136+150+156=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 156 - color contains mainly: blue. Hex color #88969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88969C is #776963. Grayscale: #929292. Windows color (decimal): -7825764 or 10262152. OLE color: 10262152.

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

Color convert

RGB136150156-
CMYK0.130.0400.39
HSL198º9.17%57.25%-
HSV(B)198º12.82%61.18%-
XYZ27.0629.4535.71-
YUV146.5133.36120.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.77%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 156 (61.33% from 255) = 35.29%
R=30.77%
G=33.94%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361501560.130.0400.391989.1757.25
Hex88969CD4027c6939
Octal2102262341540473061171
Binary10001000100101101001110011011000100111110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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