Color Hex Logo

#bd9bca Color Hex

#BD9BCA
(189,155,202)
0 Favorites   0 Comments

Color spaces of #bd9bca

RGB 189155202
HSL0.790.310.70
HSV283°23°79°
CMYK 0.060.230.00   0.21
XYZ43.368338.525861.0276
Yxy38.52580.30340.2696
Hunter Lab62.069216.0986-14.8467
CIE-Lab68.406421.1091-19.3711

#bd9bca color RGB value is (189,155,202).

#bd9bca hex color red value is 189, green value is 155 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd9bca hue: 0.79 , saturation: 0.31 and the lightness value of bd9bca is 0.70.

The process color (four color CMYK) of #bd9bca color hex is 0.06, 0.23, 0.00, 0.21. Web safe color of #bd9bca is #cc99cc. Color #bd9bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011011 11001010
Octal 275 233 312
Decimal 189 155 202
Hex BD 9B CA

RGB Percentages of Color #bd9bca

%34.62
%28.39
%37.00

CMYK Percentages of Color #bd9bca

%6
%23
%0
%21

Triadic Colors of #bd9bca

#bd9bca #cabd9b #9bcabd

Analogous Colors of #bd9bca

#bd9bca #ca9bc0 #a69bca

Monochromatic Colors of #bd9bca

#bd9bca

Complementary Color

#bd9bca #a8ca9b

#bd9bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9bca Color CSS Codes

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

#bd9bca Text Font Color

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

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


#bd9bca Background Color

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

This div background color is #bd9bca


#bd9bca Border Color

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

This div border color is #bd9bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9bca


Comments

No comments written yet.

Please login to write comment.