Color Hex Logo

#bbb8de Color Hex

#BBB8DE
(187,184,222)
0 Favorites   0 Comments

Color spaces of #bbb8de

RGB 187184222
HSL0.680.370.80
HSV245°17°87°
CMYK 0.160.170.00   0.13
XYZ50.818850.119776.1029
Yxy50.11970.28700.2831
Hunter Lab70.79534.2405-14.1784
CIE-Lab76.14278.6520-18.6246

#bbb8de color RGB value is (187,184,222).

#bbb8de hex color red value is 187, green value is 184 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bbb8de hue: 0.68 , saturation: 0.37 and the lightness value of bbb8de is 0.80.

The process color (four color CMYK) of #bbb8de color hex is 0.16, 0.17, 0.00, 0.13. Web safe color of #bbb8de is #cccccc. Color #bbb8de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 11011110
Octal 273 270 336
Decimal 187 184 222
Hex BB B8 DE

RGB Percentages of Color #bbb8de

%31.53
%31.03
%37.44

CMYK Percentages of Color #bbb8de

%16
%17
%0
%13

Triadic Colors of #bbb8de

#bbb8de #debbb8 #b8debb

Analogous Colors of #bbb8de

#bbb8de #ceb8de #b8c8de

Monochromatic Colors of #bbb8de

#bbb8de

Complementary Color

#bbb8de #dbdeb8

#bbb8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb8de Color CSS Codes

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

#bbb8de Text Font Color

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

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


#bbb8de Background Color

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

This div background color is #bbb8de


#bbb8de Border Color

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

This div border color is #bbb8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb8de


Comments

No comments written yet.

Please login to write comment.