Color Hex Logo

#bdbffa Color Hex

#BDBFFA
(189,191,250)
1 Favorites   0 Comments

Color spaces of #bdbffa

RGB 189191250
HSL0.660.860.86
HSV238°24°98°
CMYK 0.240.240.00   0.02
XYZ56.872454.982598.0577
Yxy54.98250.27090.2619
Hunter Lab74.15027.1448-26.5012
CIE-Lab79.031211.7148-29.2924

#bdbffa color RGB value is (189,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11111010
Octal 275 277 372
Decimal 189 191 250
Hex BD BF FA

RGB Percentages of Color #bdbffa

%30.00
%30.32
%39.68

CMYK Percentages of Color #bdbffa

%24
%24
%0
%2

Triadic Colors of #bdbffa

#bdbffa #fabdbf #bffabd

Analogous Colors of #bdbffa

#bdbffa #dabdfa #bddefa

Monochromatic Colors of #bdbffa

#bdbffa

Complementary Color

#bdbffa #faf8bd

#bdbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbffa Color CSS Codes

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

#bdbffa Text Font Color

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

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


#bdbffa Background Color

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

This div background color is #bdbffa


#bdbffa Border Color

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

This div border color is #bdbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbffa

Related Colors


Comments

No comments written yet.

Please login to write comment.