#88A0AD

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

Shades of Bali Hai #88A0AD

Tints of Bali Hai #88A0AD

Color information

#88A0AD (or 0x88A0AD) is unknown color: approx Bali Hai. HEX triplet: 88, A0 and AD. RGB value is (136,160,173). Sum of RGB (Red+Green+Blue) = 136+160+173=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #88A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A0AD is #775F52. Grayscale: #9A9A9A. Windows color (decimal): -7823187 or 11378824. OLE color: 11378824.

HSL color Cylindrical-coordinate representation of color #88A0AD: hue angle of 201.08º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A0AD is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136160173-
CMYK0.210.0800.32
HSL201.08º18.41%60.59%-
HSV(B)201.08º21.39%67.84%-
XYZ30.2733.3944.39-
YUV154.31138.55114.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=29.00%
G=34.12%
B=36.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361601730.210.0800.32201.0818.4160.59
Hex88A0AD158020c9123d
Octal21024025525100403112275
Binary10001000101000001010110110101100001000001100100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A0AD; }

 p { color: rgb(136,160,173); }

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

<style>
 a { background-color: #88A0AD; }

 a { background-color: rgb(136,160,173); }

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

<style>
 span { border-color: #88A0AD; }

 span { border-color: rgb(136,160,173); }

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