Color Hex Logo

#bdbfe6 Color Hex

#BDBFE6
(189,191,230)
0 Favorites   0 Comments

Color spaces of #bdbfe6

RGB 189191230
HSL0.660.450.82
HSV237°18°90°
CMYK 0.180.170.00   0.10
XYZ53.900053.793682.4053
Yxy53.79360.28350.2830
Hunter Lab73.34412.8260-15.2740
CIE-Lab78.34127.2168-19.6042

#bdbfe6 color RGB value is (189,191,230).

#bdbfe6 hex color red value is 189, green value is 191 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bdbfe6 hue: 0.66 , saturation: 0.45 and the lightness value of bdbfe6 is 0.82.

The process color (four color CMYK) of #bdbfe6 color hex is 0.18, 0.17, 0.00, 0.10. Web safe color of #bdbfe6 is #ccccff. Color #bdbfe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11100110
Octal 275 277 346
Decimal 189 191 230
Hex BD BF E6

RGB Percentages of Color #bdbfe6

%30.98
%31.31
%37.70

CMYK Percentages of Color #bdbfe6

%18
%17
%0
%10

Triadic Colors of #bdbfe6

#bdbfe6 #e6bdbf #bfe6bd

Analogous Colors of #bdbfe6

#bdbfe6 #d0bde6 #bdd4e6

Monochromatic Colors of #bdbfe6

#bdbfe6

Complementary Color

#bdbfe6 #e6e4bd

#bdbfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfe6 Color CSS Codes

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

#bdbfe6 Text Font Color

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

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


#bdbfe6 Background Color

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

This div background color is #bdbfe6


#bdbfe6 Border Color

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

This div border color is #bdbfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfe6


Comments

No comments written yet.

Please login to write comment.