Color Hex Logo

#bba2dc Color Hex

#BBA2DC
(187,162,220)
0 Favorites   0 Comments

Color spaces of #bba2dc

RGB 187162220
HSL0.740.450.75
HSV266°26°86°
CMYK 0.150.260.00   0.14
XYZ46.332141.572873.2925
Yxy41.57280.28740.2579
Hunter Lab64.477015.4325-22.2625
CIE-Lab70.575420.3361-26.0111

#bba2dc color RGB value is (187,162,220).

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

The process color (four color CMYK) of #bba2dc color hex is 0.15, 0.26, 0.00, 0.14. Web safe color of #bba2dc is #cc99cc. Color #bba2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 11011100
Octal 273 242 334
Decimal 187 162 220
Hex BB A2 DC

RGB Percentages of Color #bba2dc

%32.86
%28.47
%38.66

CMYK Percentages of Color #bba2dc

%15
%26
%0
%14

Triadic Colors of #bba2dc

#bba2dc #dcbba2 #a2dcbb

Analogous Colors of #bba2dc

#bba2dc #d8a2dc #a2a6dc

Monochromatic Colors of #bba2dc

#bba2dc

Complementary Color

#bba2dc #c3dca2

#bba2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba2dc Color CSS Codes

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

#bba2dc Text Font Color

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

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


#bba2dc Background Color

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

This div background color is #bba2dc


#bba2dc Border Color

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

This div border color is #bba2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba2dc


Comments

No comments written yet.

Please login to write comment.