Html Css Color HEX #88BCBA Monte Carlo

📋 copy color: '#88BCBA'

red 136 ◦ green 188 ◦ blue 186

#88BCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #88BCBA

Tints of Monte Carlo #88BCBA

RGB

 RED value IS 136 (53.52% from 255) = 26.67%

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 26.67%
G = 36.86%
B = 36.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#88BCBA (or 0x88BCBA) is known color: Monte Carlo. HEX triplet: 88, BC and BA. RGB value is (136,188,186). Sum of RGB (Red+Green+Blue) = 136+188+186=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCBA is #774345. Grayscale: #ACACAC. Windows color (decimal): -7816006 or 12237960. OLE color: 12237960.

HSL color Cylindrical-coordinate representation of color #88BCBA: hue angle of 177.69º degrees, saturation: 0.28, 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 #88BCBA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 188 186 -
CMYK 0.28 0 0.01 0.26
HSL 177.69º 0.28% 0.64% -
HSV(B) 177.69º 0.28% 0.74% -
XYZ 37 44.75 53.14 -
YUV 172.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 136 188 186 0.28 0 0.01 0.26 177.69 0.28 0.64
Hex 88 BC BA 1C 0 1 1A B2 1C 40
Octal 210 274 272 34 0 1 32 262 34 100
Binary 10001000 10111100 10111010 11100 0 1 11010 10110010 11100 1000000

Color Harmonies of #88BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCBA

Black with #88BCBA

Text Example


Text Example

White with #88BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88BCBA;
 }
 .AnyTagClassName
 {
   color: #88BCBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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