Color Hex Logo

#bbbdef Color Hex

#BBBDEF
(187,189,239)
0 Favorites   0 Comments

Color spaces of #bbbdef

RGB 187189239
HSL0.660.620.84
HSV238°22°94°
CMYK 0.220.210.00   0.06
XYZ54.271153.192089.0680
Yxy53.19200.27610.2707
Hunter Lab72.93285.1937-21.3539
CIE-Lab77.98829.6860-24.9983

#bbbdef color RGB value is (187,189,239).

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

The process color (four color CMYK) of #bbbdef color hex is 0.22, 0.21, 0.00, 0.06. Web safe color of #bbbdef is #ccccff. Color #bbbdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11101111
Octal 273 275 357
Decimal 187 189 239
Hex BB BD EF

RGB Percentages of Color #bbbdef

%30.41
%30.73
%38.86

CMYK Percentages of Color #bbbdef

%22
%21
%0
%6

Triadic Colors of #bbbdef

#bbbdef #efbbbd #bdefbb

Analogous Colors of #bbbdef

#bbbdef #d3bbef #bbd7ef

Monochromatic Colors of #bbbdef

#bbbdef

Complementary Color

#bbbdef #efedbb

#bbbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdef Color CSS Codes

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

#bbbdef Text Font Color

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

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


#bbbdef Background Color

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

This div background color is #bbbdef


#bbbdef Border Color

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

This div border color is #bbbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdef


Comments

No comments written yet.

Please login to write comment.