Color Hex Logo

#bba5ce Color Hex

#BBA5CE
(187,165,206)
0 Favorites   0 Comments

Color spaces of #bba5ce

RGB 187165206
HSL0.760.290.73
HSV272°20°81°
CMYK 0.090.200.00   0.19
XYZ45.089241.931364.1096
Yxy41.93130.29830.2775
Hunter Lab64.754410.9714-13.3716
CIE-Lab70.823515.7158-17.9340

#bba5ce color RGB value is (187,165,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 11001110
Octal 273 245 316
Decimal 187 165 206
Hex BB A5 CE

RGB Percentages of Color #bba5ce

%33.51
%29.57
%36.92

CMYK Percentages of Color #bba5ce

%9
%20
%0
%19

Triadic Colors of #bba5ce

#bba5ce #cebba5 #a5cebb

Analogous Colors of #bba5ce

#bba5ce #cea5cd #a7a5ce

Monochromatic Colors of #bba5ce

#bba5ce

Complementary Color

#bba5ce #b8cea5

#bba5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba5ce Color CSS Codes

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

#bba5ce Text Font Color

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

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


#bba5ce Background Color

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

This div background color is #bba5ce


#bba5ce Border Color

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

This div border color is #bba5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba5ce


Comments

No comments written yet.

Please login to write comment.