Color Hex Logo

#be9bbb Color Hex

#BE9BBB
(190,155,187)
0 Favorites   0 Comments

Color spaces of #be9bbb

RGB 190155187
HSL0.850.210.68
HSV305°18°75°
CMYK 0.000.180.02   0.25
XYZ41.926237.977752.1344
Yxy37.97770.31750.2876
Hunter Lab61.626013.5938-7.0199
CIE-Lab68.004218.5279-11.6305

#be9bbb color RGB value is (190,155,187).

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

The process color (four color CMYK) of #be9bbb color hex is 0.00, 0.18, 0.02, 0.25. Web safe color of #be9bbb is #cc99cc. Color #be9bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011011 10111011
Octal 276 233 273
Decimal 190 155 187
Hex BE 9B BB

RGB Percentages of Color #be9bbb

%35.71
%29.14
%35.15

CMYK Percentages of Color #be9bbb

%0
%18
%2
%25

Triadic Colors of #be9bbb

#be9bbb #bbbe9b #9bbbbe

Analogous Colors of #be9bbb

#be9bbb #be9baa #b09bbe

Monochromatic Colors of #be9bbb

#be9bbb

Complementary Color

#be9bbb #9bbe9e

#be9bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9bbb Color CSS Codes

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

#be9bbb Text Font Color

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

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


#be9bbb Background Color

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

This div background color is #be9bbb


#be9bbb Border Color

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

This div border color is #be9bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9bbb


Comments

No comments written yet.

Please login to write comment.