Color Hex Logo

#bebddd Color Hex

#BEBDDD
(190,189,221)
0 Favorites   0 Comments

Color spaces of #bebddd

RGB 190189221
HSL0.670.320.80
HSV242°14°87°
CMYK 0.140.140.00   0.13
XYZ52.483952.562875.7860
Yxy52.56280.29020.2907
Hunter Lab72.50022.3433-11.2269
CIE-Lab77.61626.6855-15.8374

#bebddd color RGB value is (190,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11011101
Octal 276 275 335
Decimal 190 189 221
Hex BE BD DD

RGB Percentages of Color #bebddd

%31.67
%31.50
%36.83

CMYK Percentages of Color #bebddd

%14
%14
%0
%13

Triadic Colors of #bebddd

#bebddd #ddbebd #bdddbe

Analogous Colors of #bebddd

#bebddd #cebddd #bdccdd

Monochromatic Colors of #bebddd

#bebddd

Complementary Color

#bebddd #dcddbd

#bebddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebddd Color CSS Codes

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

#bebddd Text Font Color

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

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


#bebddd Background Color

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

This div background color is #bebddd


#bebddd Border Color

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

This div border color is #bebddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebddd


Comments

No comments written yet.

Please login to write comment.