Color Hex Logo

#bbb3de Color Hex

#BBB3DE
(187,179,222)
0 Favorites   0 Comments

Color spaces of #bbb3de

RGB 187179222
HSL0.700.390.79
HSV251°19°87°
CMYK 0.160.190.00   0.13
XYZ49.798448.078975.7627
Yxy48.07890.28680.2769
Hunter Lab69.33906.8534-16.2455
CIE-Lab74.874711.3829-20.5460

#bbb3de color RGB value is (187,179,222).

#bbb3de hex color red value is 187, green value is 179 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bbb3de hue: 0.70 , saturation: 0.39 and the lightness value of bbb3de is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 11011110
Octal 273 263 336
Decimal 187 179 222
Hex BB B3 DE

RGB Percentages of Color #bbb3de

%31.80
%30.44
%37.76

CMYK Percentages of Color #bbb3de

%16
%19
%0
%13

Triadic Colors of #bbb3de

#bbb3de #debbb3 #b3debb

Analogous Colors of #bbb3de

#bbb3de #d1b3de #b3c1de

Monochromatic Colors of #bbb3de

#bbb3de

Complementary Color

#bbb3de #d6deb3

#bbb3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb3de Color CSS Codes

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

#bbb3de Text Font Color

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

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


#bbb3de Background Color

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

This div background color is #bbb3de


#bbb3de Border Color

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

This div border color is #bbb3de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,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 #bbb3de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb3de


Comments

No comments written yet.

Please login to write comment.