Color Hex Logo

#bbb1de Color Hex

#BBB1DE
(187,177,222)
0 Favorites   0 Comments

Color spaces of #bbb1de

RGB 187177222
HSL0.700.410.78
HSV253°20°87°
CMYK 0.160.200.00   0.13
XYZ49.400547.283075.6301
Yxy47.28300.28670.2744
Hunter Lab68.76267.9035-17.0776
CIE-Lab74.370412.4799-21.3119

#bbb1de color RGB value is (187,177,222).

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

The process color (four color CMYK) of #bbb1de color hex is 0.16, 0.20, 0.00, 0.13. Web safe color of #bbb1de is #cc99cc. Color #bbb1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 11011110
Octal 273 261 336
Decimal 187 177 222
Hex BB B1 DE

RGB Percentages of Color #bbb1de

%31.91
%30.20
%37.88

CMYK Percentages of Color #bbb1de

%16
%20
%0
%13

Triadic Colors of #bbb1de

#bbb1de #debbb1 #b1debb

Analogous Colors of #bbb1de

#bbb1de #d2b1de #b1bede

Monochromatic Colors of #bbb1de

#bbb1de

Complementary Color

#bbb1de #d4deb1

#bbb1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb1de Color CSS Codes

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

#bbb1de Text Font Color

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

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


#bbb1de Background Color

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

This div background color is #bbb1de


#bbb1de Border Color

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

This div border color is #bbb1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb1de


Comments

No comments written yet.

Please login to write comment.