#88BAB9

Color #88BAB9 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #88BAB9

Tints of Monte Carlo #88BAB9

Color information

#88BAB9 (or 0x88BAB9) is unknown color: approx Monte Carlo. HEX triplet: 88, BA and B9. RGB value is (136,186,185). Sum of RGB (Red+Green+Blue) = 136+186+185=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #88BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BAB9 is #774546. Grayscale: #AAAAAA. Windows color (decimal): -7816519 or 12171912. OLE color: 12171912.

HSL color Cylindrical-coordinate representation of color #88BAB9: hue angle of 178.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BAB9 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB136186185-
CMYK0.2700.010.27
HSL178.8º26.6%63.14%-
HSV(B)178.8º26.88%72.94%-
XYZ36.4743.8552.44-
YUV170.94135.94103.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=26.82%
G=36.69%
B=36.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861850.2700.010.27178.826.663.14
Hex88BAB91B011Bb31b3f
Octal2102722713301332633377
Binary1000100010111010101110011101101110111011001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,185); }

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

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

 a { background-color: rgb(136,186,185); }

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

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

 span { border-color: rgb(136,186,185); }

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