Color Hex Logo

#beb0dc Color Hex

#BEB0DC
(190,176,220)
0 Favorites   0 Comments

Color spaces of #beb0dc

RGB 190176220
HSL0.720.390.78
HSV259°20°86°
CMYK 0.140.200.00   0.14
XYZ49.678847.165174.1956
Yxy47.16510.29050.2758
Hunter Lab68.67698.9371-15.9806
CIE-Lab74.295313.5575-20.3145

#beb0dc color RGB value is (190,176,220).

#beb0dc hex color red value is 190, green value is 176 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #beb0dc hue: 0.72 , saturation: 0.39 and the lightness value of beb0dc is 0.78.

The process color (four color CMYK) of #beb0dc color hex is 0.14, 0.20, 0.00, 0.14. Web safe color of #beb0dc is #cc99cc. Color #beb0dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 11011100
Octal 276 260 334
Decimal 190 176 220
Hex BE B0 DC

RGB Percentages of Color #beb0dc

%32.42
%30.03
%37.54

CMYK Percentages of Color #beb0dc

%14
%20
%0
%14

Triadic Colors of #beb0dc

#beb0dc #dcbeb0 #b0dcbe

Analogous Colors of #beb0dc

#beb0dc #d4b0dc #b0b8dc

Monochromatic Colors of #beb0dc

#beb0dc

Complementary Color

#beb0dc #cedcb0

#beb0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb0dc Color CSS Codes

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

#beb0dc Text Font Color

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

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


#beb0dc Background Color

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

This div background color is #beb0dc


#beb0dc Border Color

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

This div border color is #beb0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb0dc


Comments

No comments written yet.

Please login to write comment.