Color Hex Logo

#bbb5d5 Color Hex

#BBB5D5
(187,181,213)
0 Favorites   0 Comments

Color spaces of #bbb5d5

RGB 187181213
HSL0.700.280.77
HSV251°15°84°
CMYK 0.120.150.00   0.16
XYZ49.027648.416669.7121
Yxy48.41660.29330.2896
Hunter Lab69.58204.0028-10.6934
CIE-Lab75.08698.3775-15.3306

#bbb5d5 color RGB value is (187,181,213).

#bbb5d5 hex color red value is 187, green value is 181 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bbb5d5 hue: 0.70 , saturation: 0.28 and the lightness value of bbb5d5 is 0.77.

The process color (four color CMYK) of #bbb5d5 color hex is 0.12, 0.15, 0.00, 0.16. Web safe color of #bbb5d5 is #cccccc. Color #bbb5d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 11010101
Octal 273 265 325
Decimal 187 181 213
Hex BB B5 D5

RGB Percentages of Color #bbb5d5

%32.19
%31.15
%36.66

CMYK Percentages of Color #bbb5d5

%12
%15
%0
%16

Triadic Colors of #bbb5d5

#bbb5d5 #d5bbb5 #b5d5bb

Analogous Colors of #bbb5d5

#bbb5d5 #cbb5d5 #b5bfd5

Monochromatic Colors of #bbb5d5

#bbb5d5

Complementary Color

#bbb5d5 #cfd5b5

#bbb5d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb5d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb5d5 Color CSS Codes

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

#bbb5d5 Text Font Color

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

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


#bbb5d5 Background Color

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

This div background color is #bbb5d5


#bbb5d5 Border Color

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

This div border color is #bbb5d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb5d5


Comments

No comments written yet.

Please login to write comment.