Color Hex Logo

#bcbcfa Color Hex

#BCBCFA
(188,188,250)
0 Favorites   0 Comments

Color spaces of #bcbcfa

RGB 188188250
HSL0.670.860.86
HSV240°25°98°
CMYK 0.250.250.00   0.02
XYZ55.977653.559997.8302
Yxy53.55990.26990.2583
Hunter Lab73.18468.4583-28.0272
CIE-Lab78.204413.0571-30.5684

#bcbcfa color RGB value is (188,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11111010
Octal 274 274 372
Decimal 188 188 250
Hex BC BC FA

RGB Percentages of Color #bcbcfa

%30.03
%30.03
%39.94

CMYK Percentages of Color #bcbcfa

%25
%25
%0
%2

Triadic Colors of #bcbcfa

#bcbcfa #fabcbc #bcfabc

Analogous Colors of #bcbcfa

#bcbcfa #dbbcfa #bcdbfa

Monochromatic Colors of #bcbcfa

#bcbcfa

Complementary Color

#bcbcfa #fafabc

#bcbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcfa Color CSS Codes

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

#bcbcfa Text Font Color

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

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


#bcbcfa Background Color

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

This div background color is #bcbcfa


#bcbcfa Border Color

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

This div border color is #bcbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcfa


Comments

No comments written yet.

Please login to write comment.