Color Hex Logo

#bc90be Color Hex

#BC90BE
(188,144,190)
0 Favorites   0 Comments

Color spaces of #bc90be

RGB 188144190
HSL0.830.260.65
HSV297°24°75°
CMYK 0.010.240.00   0.25
XYZ40.006634.355653.2379
Yxy34.35560.31350.2692
Hunter Lab58.613719.2608-12.8227
CIE-Lab65.243924.5260-17.4860

#bc90be color RGB value is (188,144,190).

#bc90be hex color red value is 188, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bc90be hue: 0.83 , saturation: 0.26 and the lightness value of bc90be is 0.65.

The process color (four color CMYK) of #bc90be color hex is 0.01, 0.24, 0.00, 0.25. Web safe color of #bc90be is #cc99cc. Color #bc90be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 10111110
Octal 274 220 276
Decimal 188 144 190
Hex BC 90 BE

RGB Percentages of Color #bc90be

%36.02
%27.59
%36.40

CMYK Percentages of Color #bc90be

%1
%24
%0
%25

Triadic Colors of #bc90be

#bc90be #bebc90 #90bebc

Analogous Colors of #bc90be

#bc90be #be90a9 #a590be

Monochromatic Colors of #bc90be

#bc90be

Complementary Color

#bc90be #92be90

#bc90be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc90be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc90be Color CSS Codes

.mybgcolor {background-color:#bc90be; } 
.myforecolor {color:#bc90be; }
.mybordercolor {border:3px solid #bc90be; }

#bc90be Text Font Color

<p style="color:#bc90be">Text here</p>

This sample text font color is #bc90be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc90be Background Color

<div style="background-color:#bc90be">
Div content here</div>

This div background color is #bc90be


#bc90be Border Color

<div style="border:3px solid #bc90be">
Div here</div>

This div border color is #bc90be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,144,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc90be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc90be;
  -webkit-box-shadow: 1px 1px 3px 2px #bc90be;
  box-shadow:         1px 1px 3px 2px #bc90be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,144,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc90be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc90be;
  -webkit-box-shadow: 1px 1px 3px 2px #bc90be;
  box-shadow:         1px 1px 3px 2px #bc90be;">
Div content here</div>

This div box has shadow with color #bc90be


Comments

No comments written yet.

Please login to write comment.