Color Hex Logo

#bdbffb Color Hex

#BDBFFB
(189,191,251)
0 Favorites   0 Comments

Color spaces of #bdbffb

RGB 189191251
HSL0.660.890.86
HSV238°25°98°
CMYK 0.250.240.00   0.02
XYZ57.029755.045598.8858
Yxy55.04550.27030.2609
Hunter Lab74.19277.3705-27.0883
CIE-Lab79.067511.9465-29.7720

#bdbffb color RGB value is (189,191,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11111011
Octal 275 277 373
Decimal 189 191 251
Hex BD BF FB

RGB Percentages of Color #bdbffb

%29.95
%30.27
%39.78

CMYK Percentages of Color #bdbffb

%25
%24
%0
%2

Triadic Colors of #bdbffb

#bdbffb #fbbdbf #bffbbd

Analogous Colors of #bdbffb

#bdbffb #dabdfb #bddefb

Monochromatic Colors of #bdbffb

#bdbffb

Complementary Color

#bdbffb #fbf9bd

#bdbffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbffb Color CSS Codes

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

#bdbffb Text Font Color

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

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


#bdbffb Background Color

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

This div background color is #bdbffb


#bdbffb Border Color

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

This div border color is #bdbffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,191,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 #bdbffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbffb


Comments

No comments written yet.

Please login to write comment.