Color spaces of #bdbbe2
RGB | 189 | 187 | 226 |
---|---|---|---|
HSL | 0.68 | 0.40 | 0.81 |
HSV | 243° | 17° | 89° |
CMYK | 0.16 | 0.17 | 0.00 0.11 |
XYZ | 52.4841 | 51.8505 | 79.1934 |
Yxy | 51.8505 | 0.2860 | 0.2825 |
Hunter Lab | 72.0073 | 4.0909 | -14.8019 |
CIE-Lab | 77.1914 | 8.5170 | -19.1873 |
#bdbbe2 color RGB value is (189,187,226).
#bdbbe2 hex color red value is 189, green value is 187 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #bdbbe2 hue: 0.68 , saturation: 0.40 and the lightness value of bdbbe2 is 0.81.
The process color (four color CMYK) of #bdbbe2 color hex is 0.16, 0.17, 0.00, 0.11. Web safe color of #bdbbe2 is #cccccc. Color #bdbbe2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111011 | 11100010 |
Octal | 275 | 273 | 342 |
Decimal | 189 | 187 | 226 |
Hex | BD | BB | E2 |
Shades of #bdbbe2
Tints of #bdbbe2
RGB Percentages of Color #bdbbe2
CMYK Percentages of Color #bdbbe2
Complementary Color
#bdbbe2 | #e0e2bb |
#bdbbe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbbe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbbe2 Color CSS Codes
.mybgcolor {background-color:#bdbbe2; } .myforecolor {color:#bdbbe2; } .mybordercolor {border:3px solid #bdbbe2; }
#bdbbe2 Text Font Color
<p style="color:#bdbbe2">Text here</p>
This sample text font color is #bdbbe2
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.
#bdbbe2 Background Color
<div style="background-color:#bdbbe2">
Div content here</div>
This div background color is #bdbbe2
#bdbbe2 Border Color
<div style="border:3px solid #bdbbe2">
Div here</div>
This div border color is #bdbbe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,187,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbbe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbbe2; -webkit-box-shadow: 1px 1px 3px 2px #bdbbe2; box-shadow: 1px 1px 3px 2px #bdbbe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,187,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbbe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbbe2; -webkit-box-shadow: 1px 1px 3px 2px #bdbbe2; box-shadow: 1px 1px 3px 2px #bdbbe2;">
Div content here</div>
This div box has shadow with color #bdbbe2
Comments
No comments written yet.
Please login to write comment.