Color Hex Logo

#bd999b Color Hex

#BD999B
(189,153,155)
0 Favorites   0 Comments

Color spaces of #bd999b

RGB 189153155
HSL0.990.210.67
HSV357°19°74°
CMYK 0.000.190.18   0.26
XYZ38.293935.967835.9345
Yxy35.96780.34750.3264
Hunter Lab59.97329.02236.4560
CIE-Lab66.495313.70634.0208

#bd999b color RGB value is (189,153,155).

#bd999b hex color red value is 189, green value is 153 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd999b hue: 0.99 , saturation: 0.21 and the lightness value of bd999b is 0.67.

The process color (four color CMYK) of #bd999b color hex is 0.00, 0.19, 0.18, 0.26. Web safe color of #bd999b is #cc9999. Color #bd999b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 10011011
Octal 275 231 233
Decimal 189 153 155
Hex BD 99 9B

RGB Percentages of Color #bd999b

%38.03
%30.78
%31.19

CMYK Percentages of Color #bd999b

%0
%19
%18
%26

Triadic Colors of #bd999b

#bd999b #9bbd99 #999bbd

Analogous Colors of #bd999b

#bd999b #bda999 #bd99ad

Monochromatic Colors of #bd999b

#bd999b

Complementary Color

#bd999b #99bdbb

#bd999b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd999b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd999b Color CSS Codes

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

#bd999b Text Font Color

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

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


#bd999b Background Color

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

This div background color is #bd999b


#bd999b Border Color

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

This div border color is #bd999b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd999b


Comments

No comments written yet.

Please login to write comment.