Color Hex Logo

#bebfdd Color Hex

#BEBFDD
(190,191,221)
0 Favorites   0 Comments

Color spaces of #bebfdd

RGB 190191221
HSL0.660.310.81
HSV238°14°87°
CMYK 0.140.140.00   0.13
XYZ52.917253.429275.9304
Yxy53.42920.29030.2931
Hunter Lab73.09531.3080-10.4230
CIE-Lab78.12775.6062-15.0679

#bebfdd color RGB value is (190,191,221).

#bebfdd hex color red value is 190, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bebfdd hue: 0.66 , saturation: 0.31 and the lightness value of bebfdd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11011101
Octal 276 277 335
Decimal 190 191 221
Hex BE BF DD

RGB Percentages of Color #bebfdd

%31.56
%31.73
%36.71

CMYK Percentages of Color #bebfdd

%14
%14
%0
%13

Triadic Colors of #bebfdd

#bebfdd #ddbebf #bfddbe

Analogous Colors of #bebfdd

#bebfdd #cdbedd #becfdd

Monochromatic Colors of #bebfdd

#bebfdd

Complementary Color

#bebfdd #dddcbe

#bebfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfdd Color CSS Codes

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

#bebfdd Text Font Color

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

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


#bebfdd Background Color

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

This div background color is #bebfdd


#bebfdd Border Color

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

This div border color is #bebfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfdd


Comments

No comments written yet.

Please login to write comment.