Color Hex Logo

#bebcdd Color Hex

#BEBCDD
(190,188,221)
0 Favorites   0 Comments

Color spaces of #bebcdd

RGB 190188221
HSL0.680.330.80
HSV244°15°87°
CMYK 0.140.150.00   0.13
XYZ52.269652.134075.7146
Yxy52.13400.29020.2894
Hunter Lab72.20392.8624-11.6301
CIE-Lab77.36097.2267-16.2218

#bebcdd color RGB value is (190,188,221).

#bebcdd hex color red value is 190, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bebcdd hue: 0.68 , saturation: 0.33 and the lightness value of bebcdd is 0.80.

The process color (four color CMYK) of #bebcdd color hex is 0.14, 0.15, 0.00, 0.13. Web safe color of #bebcdd is #cccccc. Color #bebcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11011101
Octal 276 274 335
Decimal 190 188 221
Hex BE BC DD

RGB Percentages of Color #bebcdd

%31.72
%31.39
%36.89

CMYK Percentages of Color #bebcdd

%14
%15
%0
%13

Triadic Colors of #bebcdd

#bebcdd #ddbebc #bcddbe

Analogous Colors of #bebcdd

#bebcdd #cfbcdd #bccbdd

Monochromatic Colors of #bebcdd

#bebcdd

Complementary Color

#bebcdd #dbddbc

#bebcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcdd Color CSS Codes

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

#bebcdd Text Font Color

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

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


#bebcdd Background Color

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

This div background color is #bebcdd


#bebcdd Border Color

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

This div border color is #bebcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcdd


Comments

No comments written yet.

Please login to write comment.