Color Hex Logo

#bb9beb Color Hex

#BB9BEB
(187,155,235)
0 Favorites   0 Comments

Color spaces of #bb9beb

RGB 187155235
HSL0.730.670.76
HSV264°34°92°
CMYK 0.200.340.00   0.08
XYZ47.210340.005683.8309
Yxy40.00560.27600.2339
Hunter Lab63.250022.5464-34.3074
CIE-Lab69.473527.5562-35.9384

#bb9beb color RGB value is (187,155,235).

#bb9beb hex color red value is 187, green value is 155 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb9beb hue: 0.73 , saturation: 0.67 and the lightness value of bb9beb is 0.76.

The process color (four color CMYK) of #bb9beb color hex is 0.20, 0.34, 0.00, 0.08. Web safe color of #bb9beb is #cc99ff. Color #bb9beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011011 11101011
Octal 273 233 353
Decimal 187 155 235
Hex BB 9B EB

RGB Percentages of Color #bb9beb

%32.41
%26.86
%40.73

CMYK Percentages of Color #bb9beb

%20
%34
%0
%8

Triadic Colors of #bb9beb

#bb9beb #ebbb9b #9bebbb

Analogous Colors of #bb9beb

#bb9beb #e39beb #9ba3eb

Monochromatic Colors of #bb9beb

#bb9beb

Complementary Color

#bb9beb #cbeb9b

#bb9beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9beb Color CSS Codes

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

#bb9beb Text Font Color

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

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


#bb9beb Background Color

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

This div background color is #bb9beb


#bb9beb Border Color

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

This div border color is #bb9beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,155,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb9beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb9beb;
  -webkit-box-shadow: 1px 1px 3px 2px #bb9beb;
  box-shadow:         1px 1px 3px 2px #bb9beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,155,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9beb


Comments

No comments written yet.

Please login to write comment.