Color Hex Logo

#bdbbff Color Hex

#BDBBFF
(189,187,255)
1 Favorites   0 Comments

Color spaces of #bdbbff

RGB 189187255
HSL0.671.000.87
HSV242°27°100°
CMYK 0.260.270.00   0.00
XYZ56.806653.5795101.9556
Yxy53.57950.26750.2523
Hunter Lab73.198010.4315-31.3449
CIE-Lab78.215915.0664-33.2240

#bdbbff color RGB value is (189,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 11111111
Octal 275 273 377
Decimal 189 187 255
Hex BD BB FF

RGB Percentages of Color #bdbbff

%29.95
%29.64
%40.41

CMYK Percentages of Color #bdbbff

%26
%27
%0
%0

Triadic Colors of #bdbbff

#bdbbff #ffbdbb #bbffbd

Analogous Colors of #bdbbff

#bdbbff #dfbbff #bbdbff

Monochromatic Colors of #bdbbff

#bdbbff

Complementary Color

#bdbbff #fdffbb

#bdbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbbff Color CSS Codes

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

#bdbbff Text Font Color

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

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


#bdbbff Background Color

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

This div background color is #bdbbff


#bdbbff Border Color

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

This div border color is #bdbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbbff

Related Colors


Comments

No comments written yet.

Please login to write comment.