Color Hex Logo

#bdbcea Color Hex

#BDBCEA
(189,188,234)
0 Favorites   0 Comments

Color spaces of #bdbcea

RGB 189188234
HSL0.670.520.83
HSV241°20°92°
CMYK 0.190.200.00   0.08
XYZ53.820852.725885.1823
Yxy52.72580.28070.2750
Hunter Lab72.61255.2332-18.7248
CIE-Lab77.71289.7226-22.7125

#bdbcea color RGB value is (189,188,234).

#bdbcea hex color red value is 189, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdbcea hue: 0.67 , saturation: 0.52 and the lightness value of bdbcea is 0.83.

The process color (four color CMYK) of #bdbcea color hex is 0.19, 0.20, 0.00, 0.08. Web safe color of #bdbcea is #ccccff. Color #bdbcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11101010
Octal 275 274 352
Decimal 189 188 234
Hex BD BC EA

RGB Percentages of Color #bdbcea

%30.93
%30.77
%38.30

CMYK Percentages of Color #bdbcea

%19
%20
%0
%8

Triadic Colors of #bdbcea

#bdbcea #eabdbc #bceabd

Analogous Colors of #bdbcea

#bdbcea #d4bcea #bcd2ea

Monochromatic Colors of #bdbcea

#bdbcea

Complementary Color

#bdbcea #e9eabc

#bdbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcea Color CSS Codes

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

#bdbcea Text Font Color

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

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


#bdbcea Background Color

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

This div background color is #bdbcea


#bdbcea Border Color

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

This div border color is #bdbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcea


Comments

No comments written yet.

Please login to write comment.