Color Hex Logo

#bda0bc Color Hex

#BDA0BC
(189,160,188)
0 Favorites   0 Comments

Color spaces of #bda0bc

RGB 189160188
HSL0.840.180.68
HSV302°15°74°
CMYK 0.000.150.01   0.26
XYZ42.634239.591352.9718
Yxy39.59130.31530.2928
Hunter Lab62.921610.8345-5.8693
CIE-Lab69.177415.6012-10.4410

#bda0bc color RGB value is (189,160,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10111100
Octal 275 240 274
Decimal 189 160 188
Hex BD A0 BC

RGB Percentages of Color #bda0bc

%35.20
%29.80
%35.01

CMYK Percentages of Color #bda0bc

%0
%15
%1
%26

Triadic Colors of #bda0bc

#bda0bc #bcbda0 #a0bcbd

Analogous Colors of #bda0bc

#bda0bc #bda0ae #b0a0bd

Monochromatic Colors of #bda0bc

#bda0bc

Complementary Color

#bda0bc #a0bda1

#bda0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda0bc Color CSS Codes

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

#bda0bc Text Font Color

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

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


#bda0bc Background Color

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

This div background color is #bda0bc


#bda0bc Border Color

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

This div border color is #bda0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda0bc


Comments

No comments written yet.

Please login to write comment.