Color Hex Logo

#bcbdfa Color Hex

#BCBDFA
(188,189,250)
0 Favorites   0 Comments

Color spaces of #bcbdfa

RGB 188189250
HSL0.660.860.86
HSV239°25°98°
CMYK 0.250.240.00   0.02
XYZ56.192053.988797.9017
Yxy53.98870.27000.2595
Hunter Lab73.47707.9242-27.5649
CIE-Lab78.455112.5107-30.1831

#bcbdfa color RGB value is (188,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11111010
Octal 274 275 372
Decimal 188 189 250
Hex BC BD FA

RGB Percentages of Color #bcbdfa

%29.98
%30.14
%39.87

CMYK Percentages of Color #bcbdfa

%25
%24
%0
%2

Triadic Colors of #bcbdfa

#bcbdfa #fabcbd #bdfabc

Analogous Colors of #bcbdfa

#bcbdfa #dabcfa #bcdcfa

Monochromatic Colors of #bcbdfa

#bcbdfa

Complementary Color

#bcbdfa #faf9bc

#bcbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdfa Color CSS Codes

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

#bcbdfa Text Font Color

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

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


#bcbdfa Background Color

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

This div background color is #bcbdfa


#bcbdfa Border Color

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

This div border color is #bcbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.