Color spaces of #bbbad2
RGB | 187 | 186 | 210 |
---|---|---|---|
HSL | 0.67 | 0.21 | 0.78 |
HSV | 243° | 11° | 82° |
CMYK | 0.11 | 0.11 | 0.00 0.18 |
XYZ | 49.6853 | 50.3357 | 68.0698 |
Yxy | 50.3357 | 0.2956 | 0.2995 |
Hunter Lab | 70.9477 | 0.8468 | -7.2217 |
CIE-Lab | 76.2749 | 5.0423 | -11.9180 |
#bbbad2 color RGB value is (187,186,210).
#bbbad2 hex color red value is 187, green value is 186 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bbbad2 hue: 0.67 , saturation: 0.21 and the lightness value of bbbad2 is 0.78.
The process color (four color CMYK) of #bbbad2 color hex is 0.11, 0.11, 0.00, 0.18. Web safe color of #bbbad2 is #cccccc. Color #bbbad2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111010 | 11010010 |
Octal | 273 | 272 | 322 |
Decimal | 187 | 186 | 210 |
Hex | BB | BA | D2 |
Shades of #bbbad2
Tints of #bbbad2
RGB Percentages of Color #bbbad2
CMYK Percentages of Color #bbbad2
Complementary Color
#bbbad2 | #d1d2ba |
#bbbad2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbad2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbad2 Color CSS Codes
.mybgcolor {background-color:#bbbad2; } .myforecolor {color:#bbbad2; } .mybordercolor {border:3px solid #bbbad2; }
#bbbad2 Text Font Color
<p style="color:#bbbad2">Text here</p>
This sample text font color is #bbbad2
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.
#bbbad2 Background Color
<div style="background-color:#bbbad2">
Div content here</div>
This div background color is #bbbad2
#bbbad2 Border Color
<div style="border:3px solid #bbbad2">
Div here</div>
This div border color is #bbbad2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,186,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbad2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbad2; -webkit-box-shadow: 1px 1px 3px 2px #bbbad2; box-shadow: 1px 1px 3px 2px #bbbad2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,186,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbad2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbad2; -webkit-box-shadow: 1px 1px 3px 2px #bbbad2; box-shadow: 1px 1px 3px 2px #bbbad2;">
Div content here</div>
This div box has shadow with color #bbbad2
Comments
No comments written yet.
Please login to write comment.