Color Hex Logo

#bdbafb Color Hex

#BDBAFB
(189,186,251)
0 Favorites   0 Comments

Color spaces of #bdbafb

RGB 189186251
HSL0.670.890.86
HSV243°26°98°
CMYK 0.250.260.00   0.02
XYZ55.957852.901798.5285
Yxy52.90170.26980.2551
Hunter Lab72.733610.0458-29.4037
CIE-Lab77.816914.6779-31.6945

#bdbafb color RGB value is (189,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11111011
Octal 275 272 373
Decimal 189 186 251
Hex BD BA FB

RGB Percentages of Color #bdbafb

%30.19
%29.71
%40.10

CMYK Percentages of Color #bdbafb

%25
%26
%0
%2

Triadic Colors of #bdbafb

#bdbafb #fbbdba #bafbbd

Analogous Colors of #bdbafb

#bdbafb #debafb #bad8fb

Monochromatic Colors of #bdbafb

#bdbafb

Complementary Color

#bdbafb #f8fbba

#bdbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbafb Color CSS Codes

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

#bdbafb Text Font Color

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

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


#bdbafb Background Color

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

This div background color is #bdbafb


#bdbafb Border Color

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

This div border color is #bdbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbafb


Comments

No comments written yet.

Please login to write comment.