Color Hex Logo

#bba1ce Color Hex

#BBA1CE
(187,161,206)
0 Favorites   0 Comments

Color spaces of #bba1ce

RGB 187161206
HSL0.760.310.72
HSV275°22°81°
CMYK 0.090.220.00   0.19
XYZ44.379040.510863.8729
Yxy40.51080.29830.2723
Hunter Lab63.648113.0760-14.9457
CIE-Lab69.831817.9323-19.4373

#bba1ce color RGB value is (187,161,206).

#bba1ce hex color red value is 187, green value is 161 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bba1ce hue: 0.76 , saturation: 0.31 and the lightness value of bba1ce is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 11001110
Octal 273 241 316
Decimal 187 161 206
Hex BB A1 CE

RGB Percentages of Color #bba1ce

%33.75
%29.06
%37.18

CMYK Percentages of Color #bba1ce

%9
%22
%0
%19

Triadic Colors of #bba1ce

#bba1ce #cebba1 #a1cebb

Analogous Colors of #bba1ce

#bba1ce #cea1cb #a5a1ce

Monochromatic Colors of #bba1ce

#bba1ce

Complementary Color

#bba1ce #b4cea1

#bba1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba1ce Color CSS Codes

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

#bba1ce Text Font Color

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

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


#bba1ce Background Color

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

This div background color is #bba1ce


#bba1ce Border Color

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

This div border color is #bba1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba1ce


Comments

No comments written yet.

Please login to write comment.