Color Hex Logo

#bda6be Color Hex

#BDA6BE
(189,166,190)
0 Favorites   0 Comments

Color spaces of #bda6be

RGB 189166190
HSL0.830.160.70
HSV298°13°75°
CMYK 0.010.130.00   0.25
XYZ43.916741.809054.4705
Yxy41.80900.31330.2982
Hunter Lab64.65998.0816-4.6849
CIE-Lab70.739012.6702-9.2182

#bda6be color RGB value is (189,166,190).

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

The process color (four color CMYK) of #bda6be color hex is 0.01, 0.13, 0.00, 0.25. Web safe color of #bda6be is #cc99cc. Color #bda6be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 10111110
Octal 275 246 276
Decimal 189 166 190
Hex BD A6 BE

RGB Percentages of Color #bda6be

%34.68
%30.46
%34.86

CMYK Percentages of Color #bda6be

%1
%13
%0
%25

Triadic Colors of #bda6be

#bda6be #bebda6 #a6bebd

Analogous Colors of #bda6be

#bda6be #bea6b3 #b1a6be

Monochromatic Colors of #bda6be

#bda6be

Complementary Color

#bda6be #a7bea6

#bda6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6be Color CSS Codes

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

#bda6be Text Font Color

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

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


#bda6be Background Color

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

This div background color is #bda6be


#bda6be Border Color

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

This div border color is #bda6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6be


Comments

No comments written yet.

Please login to write comment.