Color Hex Logo

#bcb0fb Color Hex

#BCB0FB
(188,176,251)
0 Favorites   0 Comments

Color spaces of #bcb0fb

RGB 188176251
HSL0.690.900.84
HSV250°30°98°
CMYK 0.250.300.00   0.02
XYZ53.677048.707197.8391
Yxy48.70710.26810.2433
Hunter Lab69.790515.1540-34.2652
CIE-Lab75.268719.8887-35.6357

#bcb0fb color RGB value is (188,176,251).

#bcb0fb hex color red value is 188, green value is 176 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bcb0fb hue: 0.69 , saturation: 0.90 and the lightness value of bcb0fb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110000 11111011
Octal 274 260 373
Decimal 188 176 251
Hex BC B0 FB

RGB Percentages of Color #bcb0fb

%30.57
%28.62
%40.81

CMYK Percentages of Color #bcb0fb

%25
%30
%0
%2

Triadic Colors of #bcb0fb

#bcb0fb #fbbcb0 #b0fbbc

Analogous Colors of #bcb0fb

#bcb0fb #e2b0fb #b0cafb

Monochromatic Colors of #bcb0fb

#bcb0fb

Complementary Color

#bcb0fb #effbb0

#bcb0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb0fb Color CSS Codes

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

#bcb0fb Text Font Color

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

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


#bcb0fb Background Color

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

This div background color is #bcb0fb


#bcb0fb Border Color

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

This div border color is #bcb0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb0fb


Comments

No comments written yet.

Please login to write comment.