Color spaces of #bba2cf
RGB | 187 | 162 | 207 |
---|---|---|---|
HSL | 0.76 | 0.32 | 0.72 |
HSV | 273° | 22° | 81° |
CMYK | 0.10 | 0.22 | 0.00 0.19 |
XYZ | 44.6763 | 40.9105 | 64.5733 |
Yxy | 40.9105 | 0.2975 | 0.2724 |
Hunter Lab | 63.9613 | 12.7480 | -15.0844 |
CIE-Lab | 70.1132 | 17.5838 | -19.5619 |
#bba2cf color RGB value is (187,162,207).
#bba2cf hex color red value is 187, green value is 162 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bba2cf hue: 0.76 , saturation: 0.32 and the lightness value of bba2cf is 0.72.
The process color (four color CMYK) of #bba2cf color hex is 0.10, 0.22, 0.00, 0.19. Web safe color of #bba2cf is #cc99cc. Color #bba2cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10100010 | 11001111 |
Octal | 273 | 242 | 317 |
Decimal | 187 | 162 | 207 |
Hex | BB | A2 | CF |
Shades of #bba2cf
Tints of #bba2cf
RGB Percentages of Color #bba2cf
CMYK Percentages of Color #bba2cf
Complementary Color
#bba2cf | #b6cfa2 |
#bba2cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bba2cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bba2cf Color CSS Codes
.mybgcolor {background-color:#bba2cf; } .myforecolor {color:#bba2cf; } .mybordercolor {border:3px solid #bba2cf; }
#bba2cf Text Font Color
<p style="color:#bba2cf">Text here</p>
This sample text font color is #bba2cf
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.
#bba2cf Background Color
<div style="background-color:#bba2cf">
Div content here</div>
This div background color is #bba2cf
#bba2cf Border Color
<div style="border:3px solid #bba2cf">
Div here</div>
This div border color is #bba2cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,162,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bba2cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bba2cf; -webkit-box-shadow: 1px 1px 3px 2px #bba2cf; box-shadow: 1px 1px 3px 2px #bba2cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,162,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bba2cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bba2cf; -webkit-box-shadow: 1px 1px 3px 2px #bba2cf; box-shadow: 1px 1px 3px 2px #bba2cf;">
Div content here</div>
This div box has shadow with color #bba2cf
#bba2cf Color Palettes
Comments
No comments written yet.
Please login to write comment.