#88BDAE

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

Shades of Monte Carlo #88BDAE

Tints of Monte Carlo #88BDAE

Color information

#88BDAE (or 0x88BDAE) is unknown color: approx Monte Carlo. HEX triplet: 88, BD and AE. RGB value is (136,189,174). Sum of RGB (Red+Green+Blue) = 136+189+174=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BDAE is #774251. Grayscale: #ABABAB. Windows color (decimal): -7815762 or 11451784. OLE color: 11451784.

HSL color Cylindrical-coordinate representation of color #88BDAE: hue angle of 163.02º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BDAE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB136189174-
CMYK0.2800.080.26
HSL163.02º28.65%63.73%-
HSV(B)163.02º28.04%74.12%-
XYZ35.9944.6946.77-
YUV171.44129.44102.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=27.25%
G=37.88%
B=34.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361891740.2800.080.26163.0228.6563.73
Hex88BDAE1C081Aa31d40
Octal210275256340103224335100
Binary10001000101111011010111011100010001101010100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,189,174); }

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

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

 a { background-color: rgb(136,189,174); }

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

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

 span { border-color: rgb(136,189,174); }

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