Color Hex Logo

#bba4ca Color Hex

#BBA4CA
(187,164,202)
0 Favorites   0 Comments

Color spaces of #bba4ca

RGB 187164202
HSL0.770.260.72
HSV276°19°79°
CMYK 0.070.190.00   0.21
XYZ44.429641.380061.5226
Yxy41.38000.30160.2809
Hunter Lab64.327310.7137-11.6758
CIE-Lab70.441315.4523-16.3071

#bba4ca color RGB value is (187,164,202).

#bba4ca hex color red value is 187, green value is 164 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bba4ca hue: 0.77 , saturation: 0.26 and the lightness value of bba4ca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 11001010
Octal 273 244 312
Decimal 187 164 202
Hex BB A4 CA

RGB Percentages of Color #bba4ca

%33.82
%29.66
%36.53

CMYK Percentages of Color #bba4ca

%7
%19
%0
%21

Triadic Colors of #bba4ca

#bba4ca #cabba4 #a4cabb

Analogous Colors of #bba4ca

#bba4ca #caa4c6 #a8a4ca

Monochromatic Colors of #bba4ca

#bba4ca

Complementary Color

#bba4ca #b3caa4

#bba4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba4ca Color CSS Codes

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

#bba4ca Text Font Color

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

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


#bba4ca Background Color

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

This div background color is #bba4ca


#bba4ca Border Color

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

This div border color is #bba4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba4ca


Comments

No comments written yet.

Please login to write comment.