Color spaces of #bbadf1
RGB | 187 | 173 | 241 |
---|---|---|---|
HSL | 0.70 | 0.71 | 0.81 |
HSV | 252° | 28° | 95° |
CMYK | 0.22 | 0.28 | 0.00 0.05 |
XYZ | 51.3143 | 46.8028 | 89.5484 |
Yxy | 46.8028 | 0.2734 | 0.2494 |
Hunter Lab | 68.4126 | 14.1657 | -29.7186 |
CIE-Lab | 74.0635 | 18.9288 | -32.1008 |
#bbadf1 color RGB value is (187,173,241).
#bbadf1 hex color red value is 187, green value is 173 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bbadf1 hue: 0.70 , saturation: 0.71 and the lightness value of bbadf1 is 0.81.
The process color (four color CMYK) of #bbadf1 color hex is 0.22, 0.28, 0.00, 0.05. Web safe color of #bbadf1 is #cc99ff. Color #bbadf1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101101 | 11110001 |
Octal | 273 | 255 | 361 |
Decimal | 187 | 173 | 241 |
Hex | BB | AD | F1 |
Shades of #bbadf1
Tints of #bbadf1
RGB Percentages of Color #bbadf1
CMYK Percentages of Color #bbadf1
Complementary Color
#bbadf1 | #e3f1ad |
#bbadf1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbadf1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbadf1 Color CSS Codes
.mybgcolor {background-color:#bbadf1; } .myforecolor {color:#bbadf1; } .mybordercolor {border:3px solid #bbadf1; }
#bbadf1 Text Font Color
<p style="color:#bbadf1">Text here</p>
This sample text font color is #bbadf1
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.
#bbadf1 Background Color
<div style="background-color:#bbadf1">
Div content here</div>
This div background color is #bbadf1
#bbadf1 Border Color
<div style="border:3px solid #bbadf1">
Div here</div>
This div border color is #bbadf1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,173,241, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbadf1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbadf1; -webkit-box-shadow: 1px 1px 3px 2px #bbadf1; box-shadow: 1px 1px 3px 2px #bbadf1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,173,241, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbadf1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbadf1; -webkit-box-shadow: 1px 1px 3px 2px #bbadf1; box-shadow: 1px 1px 3px 2px #bbadf1;">
Div content here</div>
This div box has shadow with color #bbadf1
Comments
No comments written yet.
Please login to write comment.