Color Hex Logo

#bebfdc Color Hex

#BEBFDC
(190,191,220)
0 Favorites   0 Comments

Color spaces of #bebfdc

RGB 190191220
HSL0.660.300.80
HSV238°14°86°
CMYK 0.140.130.00   0.14
XYZ52.784353.376175.2307
Yxy53.37610.29100.2943
Hunter Lab73.05891.1112-9.9112
CIE-Lab78.09655.3960-14.5752

#bebfdc color RGB value is (190,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 11011100
Octal 276 277 334
Decimal 190 191 220
Hex BE BF DC

RGB Percentages of Color #bebfdc

%31.61
%31.78
%36.61

CMYK Percentages of Color #bebfdc

%14
%13
%0
%14

Triadic Colors of #bebfdc

#bebfdc #dcbebf #bfdcbe

Analogous Colors of #bebfdc

#bebfdc #ccbedc #becedc

Monochromatic Colors of #bebfdc

#bebfdc

Complementary Color

#bebfdc #dcdbbe

#bebfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfdc Color CSS Codes

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

#bebfdc Text Font Color

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

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


#bebfdc Background Color

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

This div background color is #bebfdc


#bebfdc Border Color

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

This div border color is #bebfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfdc


Comments

No comments written yet.

Please login to write comment.