Color Hex Logo

#bdbbec Color Hex

#BDBBEC
(189,187,236)
0 Favorites   0 Comments

Color spaces of #bdbbec

RGB 189187236
HSL0.670.560.83
HSV242°21°93°
CMYK 0.200.210.00   0.07
XYZ53.896952.415686.6334
Yxy52.41560.27930.2717
Hunter Lab72.39866.1861-20.2684
CIE-Lab77.528710.7112-24.0705

#bdbbec color RGB value is (189,187,236).

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

The process color (four color CMYK) of #bdbbec color hex is 0.20, 0.21, 0.00, 0.07. Web safe color of #bdbbec is #ccccff. Color #bdbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11101100
Octal 275 273 354
Decimal 189 187 236
Hex BD BB EC

RGB Percentages of Color #bdbbec

%30.88
%30.56
%38.56

CMYK Percentages of Color #bdbbec

%20
%21
%0
%7

Triadic Colors of #bdbbec

#bdbbec #ecbdbb #bbecbd

Analogous Colors of #bdbbec

#bdbbec #d6bbec #bbd2ec

Monochromatic Colors of #bdbbec

#bdbbec

Complementary Color

#bdbbec #eaecbb

#bdbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbec Color CSS Codes

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

#bdbbec Text Font Color

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

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


#bdbbec Background Color

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

This div background color is #bdbbec


#bdbbec Border Color

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

This div border color is #bdbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbec


Comments

No comments written yet.

Please login to write comment.