Color Hex Logo

#bebcf9 Color Hex

#BEBCF9
(190,188,249)
0 Favorites   0 Comments

Color spaces of #bebcf9

RGB 190188249
HSL0.670.840.86
HSV242°24°98°
CMYK 0.240.240.00   0.02
XYZ56.317353.753197.0297
Yxy53.75310.27190.2596
Hunter Lab73.31658.8090-27.1450
CIE-Lab78.317513.4155-29.8455

#bebcf9 color RGB value is (190,188,249).

#bebcf9 hex color red value is 190, green value is 188 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bebcf9 hue: 0.67 , saturation: 0.84 and the lightness value of bebcf9 is 0.86.

The process color (four color CMYK) of #bebcf9 color hex is 0.24, 0.24, 0.00, 0.02. Web safe color of #bebcf9 is #ccccff. Color #bebcf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 11111001
Octal 276 274 371
Decimal 190 188 249
Hex BE BC F9

RGB Percentages of Color #bebcf9

%30.30
%29.98
%39.71

CMYK Percentages of Color #bebcf9

%24
%24
%0
%2

Triadic Colors of #bebcf9

#bebcf9 #f9bebc #bcf9be

Analogous Colors of #bebcf9

#bebcf9 #ddbcf9 #bcd9f9

Monochromatic Colors of #bebcf9

#bebcf9

Complementary Color

#bebcf9 #f7f9bc

#bebcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcf9 Color CSS Codes

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

#bebcf9 Text Font Color

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

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


#bebcf9 Background Color

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

This div background color is #bebcf9


#bebcf9 Border Color

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

This div border color is #bebcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.