Color Hex Logo

#be99bf Color Hex

#BE99BF
(190,153,191)
0 Favorites   0 Comments

Color spaces of #be99bf

RGB 190153191
HSL0.830.230.67
HSV298°20°75°
CMYK 0.010.200.00   0.25
XYZ42.030437.491254.3115
Yxy37.49120.31410.2801
Hunter Lab61.230115.3759-9.7296
CIE-Lab67.643920.3957-14.4000

#be99bf color RGB value is (190,153,191).

#be99bf hex color red value is 190, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be99bf hue: 0.83 , saturation: 0.23 and the lightness value of be99bf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 10111111
Octal 276 231 277
Decimal 190 153 191
Hex BE 99 BF

RGB Percentages of Color #be99bf

%35.58
%28.65
%35.77

CMYK Percentages of Color #be99bf

%1
%20
%0
%25

Triadic Colors of #be99bf

#be99bf #bfbe99 #99bfbe

Analogous Colors of #be99bf

#be99bf #bf99ad #ab99bf

Monochromatic Colors of #be99bf

#be99bf

Complementary Color

#be99bf #9abf99

#be99bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be99bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be99bf Color CSS Codes

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

#be99bf Text Font Color

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

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


#be99bf Background Color

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

This div background color is #be99bf


#be99bf Border Color

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

This div border color is #be99bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be99bf


Comments

No comments written yet.

Please login to write comment.