#88A0B4

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

Shades of Bali Hai #88A0B4

Tints of Bali Hai #88A0B4

Color information

#88A0B4 (or 0x88A0B4) is unknown color: approx Bali Hai. HEX triplet: 88, A0 and B4. RGB value is (136,160,180). Sum of RGB (Red+Green+Blue) = 136+160+180=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 180 - color contains mainly: blue. Hex color #88A0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0B4 is #775F4B. Grayscale: #9B9B9B. Windows color (decimal): -7823180 or 11837576. OLE color: 11837576.

HSL color Cylindrical-coordinate representation of color #88A0B4: hue angle of 207.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88A0B4 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136160180-
CMYK0.240.1100.29
HSL207.27º22.68%61.96%-
HSV(B)207.27º24.44%70.59%-
XYZ30.9633.6748.05-
YUV155.1142.05114.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=28.57%
G=33.61%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361601800.240.1100.29207.2722.6861.96
Hex88A0B418B01Dcf173e
Octal21024026430130353172776
Binary1000100010100000101101001100010110111011100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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