Color Hex Logo

#bba8cf Color Hex

#BBA8CF
(187,168,207)
0 Favorites   0 Comments

Color spaces of #bba8cf

RGB 187168207
HSL0.750.290.74
HSV269°19°81°
CMYK 0.100.190.00   0.19
XYZ45.758643.075164.9341
Yxy43.07510.29760.2801
Hunter Lab65.63169.5955-12.7177
CIE-Lab71.605914.2638-17.3006

#bba8cf color RGB value is (187,168,207).

#bba8cf hex color red value is 187, green value is 168 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bba8cf hue: 0.75 , saturation: 0.29 and the lightness value of bba8cf is 0.74.

The process color (four color CMYK) of #bba8cf color hex is 0.10, 0.19, 0.00, 0.19. Web safe color of #bba8cf is #cc99cc. Color #bba8cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 11001111
Octal 273 250 317
Decimal 187 168 207
Hex BB A8 CF

RGB Percentages of Color #bba8cf

%33.27
%29.89
%36.83

CMYK Percentages of Color #bba8cf

%10
%19
%0
%19

Triadic Colors of #bba8cf

#bba8cf #cfbba8 #a8cfbb

Analogous Colors of #bba8cf

#bba8cf #cfa8cf #a8a9cf

Monochromatic Colors of #bba8cf

#bba8cf

Complementary Color

#bba8cf #bccfa8

#bba8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba8cf Color CSS Codes

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

#bba8cf Text Font Color

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

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


#bba8cf Background Color

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

This div background color is #bba8cf


#bba8cf Border Color

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

This div border color is #bba8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba8cf


Comments

No comments written yet.

Please login to write comment.