Color Hex Logo

#bebbdd Color Hex

#BEBBDD
(190,187,221)
0 Favorites   0 Comments

Color spaces of #bebbdd

RGB 190187221
HSL0.680.330.80
HSV245°15°87°
CMYK 0.140.150.00   0.13
XYZ52.056751.708375.6436
Yxy51.70830.29020.2882
Hunter Lab71.90853.3816-12.0337
CIE-Lab77.10617.7680-16.6058

#bebbdd color RGB value is (190,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 11011101
Octal 276 273 335
Decimal 190 187 221
Hex BE BB DD

RGB Percentages of Color #bebbdd

%31.77
%31.27
%36.96

CMYK Percentages of Color #bebbdd

%14
%15
%0
%13

Triadic Colors of #bebbdd

#bebbdd #ddbebb #bbddbe

Analogous Colors of #bebbdd

#bebbdd #cfbbdd #bbc9dd

Monochromatic Colors of #bebbdd

#bebbdd

Complementary Color

#bebbdd #daddbb

#bebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbdd Color CSS Codes

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

#bebbdd Text Font Color

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

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


#bebbdd Background Color

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

This div background color is #bebbdd


#bebbdd Border Color

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

This div border color is #bebbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbdd


Comments

No comments written yet.

Please login to write comment.