Color Hex Logo

#bcbdfb Color Hex

#BCBDFB
(188,189,251)
0 Favorites   0 Comments

Color spaces of #bcbdfb

RGB 188189251
HSL0.660.890.86
HSV239°25°98°
CMYK 0.250.250.00   0.02
XYZ56.349254.051698.7299
Yxy54.05160.26940.2585
Hunter Lab73.51988.1516-28.1568
CIE-Lab78.491812.7436-30.6627

#bcbdfb color RGB value is (188,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11111011
Octal 274 275 373
Decimal 188 189 251
Hex BC BD FB

RGB Percentages of Color #bcbdfb

%29.94
%30.10
%39.97

CMYK Percentages of Color #bcbdfb

%25
%25
%0
%2

Triadic Colors of #bcbdfb

#bcbdfb #fbbcbd #bdfbbc

Analogous Colors of #bcbdfb

#bcbdfb #dbbcfb #bcddfb

Monochromatic Colors of #bcbdfb

#bcbdfb

Complementary Color

#bcbdfb #fbfabc

#bcbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdfb Color CSS Codes

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

#bcbdfb Text Font Color

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

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


#bcbdfb Background Color

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

This div background color is #bcbdfb


#bcbdfb Border Color

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

This div border color is #bcbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.