Color Hex Logo

#bc9aee Color Hex

#BC9AEE
(188,154,238)
0 Favorites   0 Comments

Color spaces of #bc9aee

RGB 188154238
HSL0.730.710.77
HSV264°35°93°
CMYK 0.210.350.00   0.07
XYZ47.727339.975686.0895
Yxy39.97560.27460.2300
Hunter Lab63.226324.0975-36.4715
CIE-Lab69.452129.0885-37.6069

#bc9aee color RGB value is (188,154,238).

#bc9aee hex color red value is 188, green value is 154 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bc9aee hue: 0.73 , saturation: 0.71 and the lightness value of bc9aee is 0.77.

The process color (four color CMYK) of #bc9aee color hex is 0.21, 0.35, 0.00, 0.07. Web safe color of #bc9aee is #cc99ff. Color #bc9aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011010 11101110
Octal 274 232 356
Decimal 188 154 238
Hex BC 9A EE

RGB Percentages of Color #bc9aee

%32.41
%26.55
%41.03

CMYK Percentages of Color #bc9aee

%21
%35
%0
%7

Triadic Colors of #bc9aee

#bc9aee #eebc9a #9aeebc

Analogous Colors of #bc9aee

#bc9aee #e69aee #9aa2ee

Monochromatic Colors of #bc9aee

#bc9aee

Complementary Color

#bc9aee #ccee9a

#bc9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9aee Color CSS Codes

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

#bc9aee Text Font Color

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

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


#bc9aee Background Color

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

This div background color is #bc9aee


#bc9aee Border Color

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

This div border color is #bc9aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9aee


Comments

No comments written yet.

Please login to write comment.