Color Hex Logo

#bcb2ff Color Hex

#BCB2FF
(188,178,255)
0 Favorites   0 Comments

Color spaces of #bcb2ff

RGB 188178255
HSL0.691.000.85
HSV248°30°100°
CMYK 0.260.300.00   0.00
XYZ54.709449.7522101.3274
Yxy49.75220.26590.2418
Hunter Lab70.535215.0137-35.7984
CIE-Lab75.916919.7277-36.7851

#bcb2ff color RGB value is (188,178,255).

#bcb2ff hex color red value is 188, green value is 178 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bcb2ff hue: 0.69 , saturation: 1.00 and the lightness value of bcb2ff is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 11111111
Octal 274 262 377
Decimal 188 178 255
Hex BC B2 FF

RGB Percentages of Color #bcb2ff

%30.27
%28.66
%41.06

CMYK Percentages of Color #bcb2ff

%26
%30
%0
%0

Triadic Colors of #bcb2ff

#bcb2ff #ffbcb2 #b2ffbc

Analogous Colors of #bcb2ff

#bcb2ff #e3b2ff #b2cfff

Monochromatic Colors of #bcb2ff

#bcb2ff

Complementary Color

#bcb2ff #f5ffb2

#bcb2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb2ff Color CSS Codes

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

#bcb2ff Text Font Color

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

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


#bcb2ff Background Color

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

This div background color is #bcb2ff


#bcb2ff Border Color

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

This div border color is #bcb2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.