Color Hex Logo

#bda6bc Color Hex

#BDA6BC
(189,166,188)
0 Favorites   0 Comments

Color spaces of #bda6bc

RGB 189166188
HSL0.840.150.70
HSV303°12°74°
CMYK 0.000.120.01   0.26
XYZ43.699641.722153.3269
Yxy41.72210.31500.3007
Hunter Lab64.59267.7255-3.7342
CIE-Lab70.678912.2914-8.2029

#bda6bc color RGB value is (189,166,188).

#bda6bc hex color red value is 189, green value is 166 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bda6bc hue: 0.84 , saturation: 0.15 and the lightness value of bda6bc is 0.70.

The process color (four color CMYK) of #bda6bc color hex is 0.00, 0.12, 0.01, 0.26. Web safe color of #bda6bc is #cc99cc. Color #bda6bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 10111100
Octal 275 246 274
Decimal 189 166 188
Hex BD A6 BC

RGB Percentages of Color #bda6bc

%34.81
%30.57
%34.62

CMYK Percentages of Color #bda6bc

%0
%12
%1
%26

Triadic Colors of #bda6bc

#bda6bc #bcbda6 #a6bcbd

Analogous Colors of #bda6bc

#bda6bc #bda6b1 #b3a6bd

Monochromatic Colors of #bda6bc

#bda6bc

Complementary Color

#bda6bc #a6bda7

#bda6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6bc Color CSS Codes

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

#bda6bc Text Font Color

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

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


#bda6bc Background Color

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

This div background color is #bda6bc


#bda6bc Border Color

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

This div border color is #bda6bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,166,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bda6bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bda6bc;
  -webkit-box-shadow: 1px 1px 3px 2px #bda6bc;
  box-shadow:         1px 1px 3px 2px #bda6bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,166,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6bc


Comments

No comments written yet.

Please login to write comment.