Color Hex Logo

#bebcdf Color Hex

#BEBCDF
(190,188,223)
0 Favorites   0 Comments

Color spaces of #bebcdf

RGB 190188223
HSL0.680.350.81
HSV243°16°87°
CMYK 0.150.160.00   0.13
XYZ52.537752.241377.1266
Yxy52.24130.28880.2872
Hunter Lab72.27813.2617-12.6725
CIE-Lab77.42497.6500-17.2062

#bebcdf color RGB value is (190,188,223).

#bebcdf hex color red value is 190, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bebcdf hue: 0.68 , saturation: 0.35 and the lightness value of bebcdf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11011111
Octal 276 274 337
Decimal 190 188 223
Hex BE BC DF

RGB Percentages of Color #bebcdf

%31.61
%31.28
%37.10

CMYK Percentages of Color #bebcdf

%15
%16
%0
%13

Triadic Colors of #bebcdf

#bebcdf #dfbebc #bcdfbe

Analogous Colors of #bebcdf

#bebcdf #d0bcdf #bcccdf

Monochromatic Colors of #bebcdf

#bebcdf

Complementary Color

#bebcdf #dddfbc

#bebcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcdf Color CSS Codes

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

#bebcdf Text Font Color

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

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


#bebcdf Background Color

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

This div background color is #bebcdf


#bebcdf Border Color

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

This div border color is #bebcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcdf


Comments

No comments written yet.

Please login to write comment.