Color Hex Logo

#bc9eee Color Hex

#BC9EEE
(188,158,238)
0 Favorites   0 Comments

Color spaces of #bc9eee

RGB 188158238
HSL0.730.700.78
HSV263°34°93°
CMYK 0.210.340.00   0.07
XYZ48.398541.318186.3132
Yxy41.31810.27490.2347
Hunter Lab64.279221.9117-34.6184
CIE-Lab70.398226.8650-36.1358

#bc9eee color RGB value is (188,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011110 11101110
Octal 274 236 356
Decimal 188 158 238
Hex BC 9E EE

RGB Percentages of Color #bc9eee

%32.19
%27.05
%40.75

CMYK Percentages of Color #bc9eee

%21
%34
%0
%7

Triadic Colors of #bc9eee

#bc9eee #eebc9e #9eeebc

Analogous Colors of #bc9eee

#bc9eee #e49eee #9ea8ee

Monochromatic Colors of #bc9eee

#bc9eee

Complementary Color

#bc9eee #d0ee9e

#bc9eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9eee Color CSS Codes

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

#bc9eee Text Font Color

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

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


#bc9eee Background Color

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

This div background color is #bc9eee


#bc9eee Border Color

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

This div border color is #bc9eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,158,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 #bc9eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9eee


Comments

No comments written yet.

Please login to write comment.