Color Hex Logo

#bcbaf0 Color Hex

#BCBAF0
(188,186,240)
0 Favorites   0 Comments

Color spaces of #bcbaf0

RGB 188186240
HSL0.670.640.84
HSV242°23°94°
CMYK 0.220.230.00   0.06
XYZ54.026152.100489.6470
Yxy52.10040.27600.2661
Hunter Lab72.18067.2885-23.1107
CIE-Lab77.340811.8513-26.5189

#bcbaf0 color RGB value is (188,186,240).

#bcbaf0 hex color red value is 188, green value is 186 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bcbaf0 hue: 0.67 , saturation: 0.64 and the lightness value of bcbaf0 is 0.84.

The process color (four color CMYK) of #bcbaf0 color hex is 0.22, 0.23, 0.00, 0.06. Web safe color of #bcbaf0 is #ccccff. Color #bcbaf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 11110000
Octal 274 272 360
Decimal 188 186 240
Hex BC BA F0

RGB Percentages of Color #bcbaf0

%30.62
%30.29
%39.09

CMYK Percentages of Color #bcbaf0

%22
%23
%0
%6

Triadic Colors of #bcbaf0

#bcbaf0 #f0bcba #baf0bc

Analogous Colors of #bcbaf0

#bcbaf0 #d7baf0 #bad3f0

Monochromatic Colors of #bcbaf0

#bcbaf0

Complementary Color

#bcbaf0 #eef0ba

#bcbaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbaf0 Color CSS Codes

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

#bcbaf0 Text Font Color

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

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


#bcbaf0 Background Color

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

This div background color is #bcbaf0


#bcbaf0 Border Color

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

This div border color is #bcbaf0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,186,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbaf0


Comments

No comments written yet.

Please login to write comment.