Color Hex Logo

#bbbdea Color Hex

#BBBDEA
(187,189,234)
0 Favorites   0 Comments

Color spaces of #bbbdea

RGB 187189234
HSL0.660.530.83
HSV237°20°92°
CMYK 0.200.190.00   0.08
XYZ53.542452.900585.2307
Yxy52.90050.27930.2760
Hunter Lab72.73274.1210-18.5651
CIE-Lab77.81628.5625-22.5691

#bbbdea color RGB value is (187,189,234).

#bbbdea hex color red value is 187, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbbdea hue: 0.66 , saturation: 0.53 and the lightness value of bbbdea is 0.83.

The process color (four color CMYK) of #bbbdea color hex is 0.20, 0.19, 0.00, 0.08. Web safe color of #bbbdea is #ccccff. Color #bbbdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11101010
Octal 273 275 352
Decimal 187 189 234
Hex BB BD EA

RGB Percentages of Color #bbbdea

%30.66
%30.98
%38.36

CMYK Percentages of Color #bbbdea

%20
%19
%0
%8

Triadic Colors of #bbbdea

#bbbdea #eabbbd #bdeabb

Analogous Colors of #bbbdea

#bbbdea #d1bbea #bbd5ea

Monochromatic Colors of #bbbdea

#bbbdea

Complementary Color

#bbbdea #eae8bb

#bbbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdea Color CSS Codes

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

#bbbdea Text Font Color

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

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


#bbbdea Background Color

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

This div background color is #bbbdea


#bbbdea Border Color

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

This div border color is #bbbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdea


Comments

No comments written yet.

Please login to write comment.