Color spaces of #bda7bf
RGB | 189 | 167 | 191 |
---|---|---|---|
HSL | 0.82 | 0.16 | 0.70 |
HSV | 295° | 13° | 75° |
CMYK | 0.01 | 0.13 | 0.00 0.25 |
XYZ | 44.2090 | 42.2178 | 55.1090 |
Yxy | 42.2178 | 0.3124 | 0.2983 |
Hunter Lab | 64.9752 | 7.7444 | -4.8044 |
CIE-Lab | 71.0208 | 12.3113 | -9.3503 |
#bda7bf color RGB value is (189,167,191).
#bda7bf hex color red value is 189, green value is 167 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bda7bf hue: 0.82 , saturation: 0.16 and the lightness value of bda7bf is 0.70.
The process color (four color CMYK) of #bda7bf color hex is 0.01, 0.13, 0.00, 0.25. Web safe color of #bda7bf is #cc99cc. Color #bda7bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100111 | 10111111 |
Octal | 275 | 247 | 277 |
Decimal | 189 | 167 | 191 |
Hex | BD | A7 | BF |
Shades of #bda7bf
Tints of #bda7bf
RGB Percentages of Color #bda7bf
CMYK Percentages of Color #bda7bf
Complementary Color
#bda7bf | #a9bfa7 |
#bda7bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda7bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda7bf Color CSS Codes
.mybgcolor {background-color:#bda7bf; } .myforecolor {color:#bda7bf; } .mybordercolor {border:3px solid #bda7bf; }
#bda7bf Text Font Color
<p style="color:#bda7bf">Text here</p>
This sample text font color is #bda7bf
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.
#bda7bf Background Color
<div style="background-color:#bda7bf">
Div content here</div>
This div background color is #bda7bf
#bda7bf Border Color
<div style="border:3px solid #bda7bf">
Div here</div>
This div border color is #bda7bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,167,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda7bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda7bf; -webkit-box-shadow: 1px 1px 3px 2px #bda7bf; box-shadow: 1px 1px 3px 2px #bda7bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,167,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda7bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda7bf; -webkit-box-shadow: 1px 1px 3px 2px #bda7bf; box-shadow: 1px 1px 3px 2px #bda7bf;">
Div content here</div>
This div box has shadow with color #bda7bf
Comments
No comments written yet.
Please login to write comment.