Color Hex Logo

#bc90cc Color Hex

#BC90CC
(188,144,204)
0 Favorites   0 Comments

Color spaces of #bc90cc

RGB 188144204
HSL0.790.370.68
HSV284°29°80°
CMYK 0.080.290.00   0.20
XYZ41.611434.997561.6888
Yxy34.99750.30090.2531
Hunter Lab59.158722.0267-20.4147
CIE-Lab65.746727.3033-24.5500

#bc90cc color RGB value is (188,144,204).

#bc90cc hex color red value is 188, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc90cc hue: 0.79 , saturation: 0.37 and the lightness value of bc90cc is 0.68.

The process color (four color CMYK) of #bc90cc color hex is 0.08, 0.29, 0.00, 0.20. Web safe color of #bc90cc is #cc99cc. Color #bc90cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 11001100
Octal 274 220 314
Decimal 188 144 204
Hex BC 90 CC

RGB Percentages of Color #bc90cc

%35.07
%26.87
%38.06

CMYK Percentages of Color #bc90cc

%8
%29
%0
%20

Triadic Colors of #bc90cc

#bc90cc #ccbc90 #90ccbc

Analogous Colors of #bc90cc

#bc90cc #cc90be #9e90cc

Monochromatic Colors of #bc90cc

#bc90cc

Complementary Color

#bc90cc #a0cc90

#bc90cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc90cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc90cc Color CSS Codes

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

#bc90cc Text Font Color

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

This sample text font color is #bc90cc
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.


#bc90cc Background Color

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

This div background color is #bc90cc


#bc90cc Border Color

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

This div border color is #bc90cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc90cc

#bc90cc Color Palettes


Comments

No comments written yet.

Please login to write comment.