Color Hex Logo

#bdbcf9 Color Hex

#BDBCF9
(189,188,249)
0 Favorites   0 Comments

Color spaces of #bdbcf9

RGB 189188249
HSL0.670.840.86
HSV241°24°98°
CMYK 0.240.240.00   0.02
XYZ56.068453.624897.0180
Yxy53.62480.27120.2594
Hunter Lab73.22908.5194-27.2906
CIE-Lab78.242413.1196-29.9672

#bdbcf9 color RGB value is (189,188,249).

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

The process color (four color CMYK) of #bdbcf9 color hex is 0.24, 0.24, 0.00, 0.02. Web safe color of #bdbcf9 is #ccccff. Color #bdbcf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 11111001
Octal 275 274 371
Decimal 189 188 249
Hex BD BC F9

RGB Percentages of Color #bdbcf9

%30.19
%30.03
%39.78

CMYK Percentages of Color #bdbcf9

%24
%24
%0
%2

Triadic Colors of #bdbcf9

#bdbcf9 #f9bdbc #bcf9bd

Analogous Colors of #bdbcf9

#bdbcf9 #dcbcf9 #bcdaf9

Monochromatic Colors of #bdbcf9

#bdbcf9

Complementary Color

#bdbcf9 #f8f9bc

#bdbcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcf9 Color CSS Codes

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

#bdbcf9 Text Font Color

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

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


#bdbcf9 Background Color

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

This div background color is #bdbcf9


#bdbcf9 Border Color

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

This div border color is #bdbcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcf9


Comments

No comments written yet.

Please login to write comment.