Color Hex Logo

#bda8cc Color Hex

#BDA8CC
(189,168,204)
0 Favorites   0 Comments

Color spaces of #bda8cc

RGB 189168204
HSL0.760.260.73
HSV275°18°80°
CMYK 0.070.180.00   0.20
XYZ45.888043.183763.0435
Yxy43.18370.30170.2839
Hunter Lab65.71439.6457-10.8803
CIE-Lab71.679514.3158-15.5238

#bda8cc color RGB value is (189,168,204).

#bda8cc hex color red value is 189, green value is 168 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bda8cc hue: 0.76 , saturation: 0.26 and the lightness value of bda8cc is 0.73.

The process color (four color CMYK) of #bda8cc color hex is 0.07, 0.18, 0.00, 0.20. Web safe color of #bda8cc is #cc99cc. Color #bda8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 11001100
Octal 275 250 314
Decimal 189 168 204
Hex BD A8 CC

RGB Percentages of Color #bda8cc

%33.69
%29.95
%36.36

CMYK Percentages of Color #bda8cc

%7
%18
%0
%20

Triadic Colors of #bda8cc

#bda8cc #ccbda8 #a8ccbd

Analogous Colors of #bda8cc

#bda8cc #cca8c9 #aba8cc

Monochromatic Colors of #bda8cc

#bda8cc

Complementary Color

#bda8cc #b7cca8

#bda8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8cc Color CSS Codes

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

#bda8cc Text Font Color

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

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


#bda8cc Background Color

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

This div background color is #bda8cc


#bda8cc Border Color

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

This div border color is #bda8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8cc


Comments

No comments written yet.

Please login to write comment.