Color Hex Logo

#bba8dd Color Hex

#BBA8DD
(187,168,221)
0 Favorites   0 Comments

Color spaces of #bba8dd

RGB 187168221
HSL0.730.440.76
HSV262°24°87°
CMYK 0.150.240.00   0.13
XYZ47.547343.790574.3530
Yxy43.79050.28700.2643
Hunter Lab66.174412.4498-20.2957
CIE-Lab72.088217.2258-24.2440

#bba8dd color RGB value is (187,168,221).

#bba8dd hex color red value is 187, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bba8dd hue: 0.73 , saturation: 0.44 and the lightness value of bba8dd is 0.76.

The process color (four color CMYK) of #bba8dd color hex is 0.15, 0.24, 0.00, 0.13. Web safe color of #bba8dd is #cc99cc. Color #bba8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11011101
Octal 273 250 335
Decimal 187 168 221
Hex BB A8 DD

RGB Percentages of Color #bba8dd

%32.47
%29.17
%38.37

CMYK Percentages of Color #bba8dd

%15
%24
%0
%13

Triadic Colors of #bba8dd

#bba8dd #ddbba8 #a8ddbb

Analogous Colors of #bba8dd

#bba8dd #d6a8dd #a8b0dd

Monochromatic Colors of #bba8dd

#bba8dd

Complementary Color

#bba8dd #cadda8

#bba8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8dd Color CSS Codes

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

#bba8dd Text Font Color

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

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


#bba8dd Background Color

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

This div background color is #bba8dd


#bba8dd Border Color

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

This div border color is #bba8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8dd


Comments

No comments written yet.

Please login to write comment.