Color Hex Logo

#bdbbe9 Color Hex

#BDBBE9
(189,187,233)
0 Favorites   0 Comments

Color spaces of #bdbbe9

RGB 189187233
HSL0.670.510.82
HSV243°20°91°
CMYK 0.190.200.00   0.09
XYZ53.464652.242784.3567
Yxy52.24270.28130.2749
Hunter Lab72.27915.5474-18.6018
CIE-Lab77.425710.0455-22.6102

#bdbbe9 color RGB value is (189,187,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11101001
Octal 275 273 351
Decimal 189 187 233
Hex BD BB E9

RGB Percentages of Color #bdbbe9

%31.03
%30.71
%38.26

CMYK Percentages of Color #bdbbe9

%19
%20
%0
%9

Triadic Colors of #bdbbe9

#bdbbe9 #e9bdbb #bbe9bd

Analogous Colors of #bdbbe9

#bdbbe9 #d4bbe9 #bbd0e9

Monochromatic Colors of #bdbbe9

#bdbbe9

Complementary Color

#bdbbe9 #e7e9bb

#bdbbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbe9 Color CSS Codes

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

#bdbbe9 Text Font Color

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

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


#bdbbe9 Background Color

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

This div background color is #bdbbe9


#bdbbe9 Border Color

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

This div border color is #bdbbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbe9


Comments

No comments written yet.

Please login to write comment.