Color Hex Logo

#beb0cf Color Hex

#BEB0CF
(190,176,207)
0 Favorites   0 Comments

Color spaces of #beb0cf

RGB 190176207
HSL0.740.240.75
HSV267°15°81°
CMYK 0.080.150.00   0.19
XYZ48.023046.502865.4763
Yxy46.50280.30010.2906
Hunter Lab68.19306.3660-9.1929
CIE-Lab73.870610.8625-13.8632

#beb0cf color RGB value is (190,176,207).

#beb0cf hex color red value is 190, green value is 176 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #beb0cf hue: 0.74 , saturation: 0.24 and the lightness value of beb0cf is 0.75.

The process color (four color CMYK) of #beb0cf color hex is 0.08, 0.15, 0.00, 0.19. Web safe color of #beb0cf is #cc99cc. Color #beb0cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 11001111
Octal 276 260 317
Decimal 190 176 207
Hex BE B0 CF

RGB Percentages of Color #beb0cf

%33.16
%30.72
%36.13

CMYK Percentages of Color #beb0cf

%8
%15
%0
%19

Triadic Colors of #beb0cf

#beb0cf #cfbeb0 #b0cfbe

Analogous Colors of #beb0cf

#beb0cf #ceb0cf #b0b2cf

Monochromatic Colors of #beb0cf

#beb0cf

Complementary Color

#beb0cf #c1cfb0

#beb0cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb0cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb0cf Color CSS Codes

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

#beb0cf Text Font Color

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

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


#beb0cf Background Color

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

This div background color is #beb0cf


#beb0cf Border Color

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

This div border color is #beb0cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb0cf


Comments

No comments written yet.

Please login to write comment.