Color spaces of #bdbee1
RGB | 189 | 190 | 225 |
---|---|---|---|
HSL | 0.66 | 0.38 | 0.81 |
HSV | 238° | 16° | 88° |
CMYK | 0.16 | 0.16 | 0.00 0.12 |
XYZ | 52.9903 | 53.0820 | 78.6871 |
Yxy | 53.0820 | 0.2868 | 0.2873 |
Hunter Lab | 72.8574 | 2.3253 | -13.0339 |
CIE-Lab | 77.9234 | 6.6763 | -17.5411 |
#bdbee1 color RGB value is (189,190,225).
#bdbee1 hex color red value is 189, green value is 190 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bdbee1 hue: 0.66 , saturation: 0.38 and the lightness value of bdbee1 is 0.81.
The process color (four color CMYK) of #bdbee1 color hex is 0.16, 0.16, 0.00, 0.12. Web safe color of #bdbee1 is #cccccc. Color #bdbee1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111110 | 11100001 |
Octal | 275 | 276 | 341 |
Decimal | 189 | 190 | 225 |
Hex | BD | BE | E1 |
Shades of #bdbee1
Tints of #bdbee1
RGB Percentages of Color #bdbee1
CMYK Percentages of Color #bdbee1
Complementary Color
#bdbee1 | #e1e0bd |
#bdbee1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbee1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbee1 Color CSS Codes
.mybgcolor {background-color:#bdbee1; } .myforecolor {color:#bdbee1; } .mybordercolor {border:3px solid #bdbee1; }
#bdbee1 Text Font Color
<p style="color:#bdbee1">Text here</p>
This sample text font color is #bdbee1
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.
#bdbee1 Background Color
<div style="background-color:#bdbee1">
Div content here</div>
This div background color is #bdbee1
#bdbee1 Border Color
<div style="border:3px solid #bdbee1">
Div here</div>
This div border color is #bdbee1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,190,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbee1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbee1; -webkit-box-shadow: 1px 1px 3px 2px #bdbee1; box-shadow: 1px 1px 3px 2px #bdbee1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,190,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbee1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbee1; -webkit-box-shadow: 1px 1px 3px 2px #bdbee1; box-shadow: 1px 1px 3px 2px #bdbee1;">
Div content here</div>
This div box has shadow with color #bdbee1
Comments
No comments written yet.
Please login to write comment.