Color Hex Logo

#bcbeff Color Hex

#BCBEFF
(188,190,255)
1 Favorites   0 Comments

Color spaces of #bcbeff

RGB 188190255
HSL0.661.000.87
HSV238°26°100°
CMYK 0.260.250.00   0.00
XYZ57.202554.7383102.1584
Yxy54.73830.26720.2557
Hunter Lab73.98538.5347-30.0775
CIE-Lab78.890313.1357-32.1909

#bcbeff color RGB value is (188,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11111111
Octal 274 276 377
Decimal 188 190 255
Hex BC BE FF

RGB Percentages of Color #bcbeff

%29.70
%30.02
%40.28

CMYK Percentages of Color #bcbeff

%26
%25
%0
%0

Triadic Colors of #bcbeff

#bcbeff #ffbcbe #beffbc

Analogous Colors of #bcbeff

#bcbeff #dcbcff #bce0ff

Monochromatic Colors of #bcbeff

#bcbeff

Complementary Color

#bcbeff #fffdbc

#bcbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbeff Color CSS Codes

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

#bcbeff Text Font Color

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

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


#bcbeff Background Color

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

This div background color is #bcbeff


#bcbeff Border Color

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

This div border color is #bcbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.