Color Hex Logo

#bbbeda Color Hex

#BBBEDA
(187,190,218)
0 Favorites   0 Comments

Color spaces of #bbbeda

RGB 187190218
HSL0.650.300.79
HSV234°14°85°
CMYK 0.140.130.00   0.15
XYZ51.561952.453773.7366
Yxy52.45370.29010.2951
Hunter Lab72.42490.3369-9.6663
CIE-Lab77.55134.5486-14.3369

#bbbeda color RGB value is (187,190,218).

#bbbeda hex color red value is 187, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bbbeda hue: 0.65 , saturation: 0.30 and the lightness value of bbbeda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11011010
Octal 273 276 332
Decimal 187 190 218
Hex BB BE DA

RGB Percentages of Color #bbbeda

%31.43
%31.93
%36.64

CMYK Percentages of Color #bbbeda

%14
%13
%0
%15

Triadic Colors of #bbbeda

#bbbeda #dabbbe #bedabb

Analogous Colors of #bbbeda

#bbbeda #c8bbda #bbceda

Monochromatic Colors of #bbbeda

#bbbeda

Complementary Color

#bbbeda #dad7bb

#bbbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbeda Color CSS Codes

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

#bbbeda Text Font Color

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

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


#bbbeda Background Color

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

This div background color is #bbbeda


#bbbeda Border Color

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

This div border color is #bbbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbeda


Comments

No comments written yet.

Please login to write comment.