Color Hex Logo

#bbbdfb Color Hex

#BBBDFB
(187,189,251)
0 Favorites   0 Comments

Color spaces of #bbbdfb

RGB 187189251
HSL0.660.890.86
HSV238°25°98°
CMYK 0.250.250.00   0.02
XYZ56.103753.925098.7184
Yxy53.92500.26880.2583
Hunter Lab73.43367.8661-28.3013
CIE-Lab78.418012.4510-30.7824

#bbbdfb color RGB value is (187,189,251).

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

The process color (four color CMYK) of #bbbdfb color hex is 0.25, 0.25, 0.00, 0.02. Web safe color of #bbbdfb is #ccccff. Color #bbbdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11111011
Octal 273 275 373
Decimal 187 189 251
Hex BB BD FB

RGB Percentages of Color #bbbdfb

%29.82
%30.14
%40.03

CMYK Percentages of Color #bbbdfb

%25
%25
%0
%2

Triadic Colors of #bbbdfb

#bbbdfb #fbbbbd #bdfbbb

Analogous Colors of #bbbdfb

#bbbdfb #d9bbfb #bbddfb

Monochromatic Colors of #bbbdfb

#bbbdfb

Complementary Color

#bbbdfb #fbf9bb

#bbbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdfb Color CSS Codes

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

#bbbdfb Text Font Color

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

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


#bbbdfb Background Color

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

This div background color is #bbbdfb


#bbbdfb Border Color

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

This div border color is #bbbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdfb


Comments

No comments written yet.

Please login to write comment.