Color Hex Logo

#bda7bc Color Hex

#BDA7BC
(189,167,188)
0 Favorites   0 Comments

Color spaces of #bda7bc

RGB 189167188
HSL0.840.140.70
HSV303°12°74°
CMYK 0.000.120.01   0.26
XYZ43.882142.087153.3877
Yxy42.08710.31490.3020
Hunter Lab64.87467.2095-3.3797
CIE-Lab70.930911.7415-7.8283

#bda7bc color RGB value is (189,167,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10111100
Octal 275 247 274
Decimal 189 167 188
Hex BD A7 BC

RGB Percentages of Color #bda7bc

%34.74
%30.70
%34.56

CMYK Percentages of Color #bda7bc

%0
%12
%1
%26

Triadic Colors of #bda7bc

#bda7bc #bcbda7 #a7bcbd

Analogous Colors of #bda7bc

#bda7bc #bda7b1 #b3a7bd

Monochromatic Colors of #bda7bc

#bda7bc

Complementary Color

#bda7bc #a7bda8

#bda7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda7bc Color CSS Codes

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

#bda7bc Text Font Color

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

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


#bda7bc Background Color

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

This div background color is #bda7bc


#bda7bc Border Color

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

This div border color is #bda7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda7bc


Comments

No comments written yet.

Please login to write comment.