Color spaces of #bccab6
RGB | 188 | 202 | 182 |
---|---|---|---|
HSL | 0.28 | 0.16 | 0.75 |
HSV | 102° | 10° | 79° |
CMYK | 0.07 | 0.00 | 0.10 0.21 |
XYZ | 50.3031 | 56.3098 | 52.4736 |
Yxy | 56.3098 | 0.3162 | 0.3540 |
Hunter Lab | 75.0399 | -11.6620 | 11.0678 |
CIE-Lab | 79.7898 | -8.4459 | 8.3509 |
#bccab6 color RGB value is (188,202,182).
#bccab6 hex color red value is 188, green value is 202 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bccab6 hue: 0.28 , saturation: 0.16 and the lightness value of bccab6 is 0.75.
The process color (four color CMYK) of #bccab6 color hex is 0.07, 0.00, 0.10, 0.21. Web safe color of #bccab6 is #cccccc. Color #bccab6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001010 | 10110110 |
Octal | 274 | 312 | 266 |
Decimal | 188 | 202 | 182 |
Hex | BC | CA | B6 |
Shades of #bccab6
Tints of #bccab6
RGB Percentages of Color #bccab6
CMYK Percentages of Color #bccab6
Complementary Color
#bccab6 | #c4b6ca |
#bccab6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccab6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccab6 Color CSS Codes
.mybgcolor {background-color:#bccab6; } .myforecolor {color:#bccab6; } .mybordercolor {border:3px solid #bccab6; }
#bccab6 Text Font Color
<p style="color:#bccab6">Text here</p>
This sample text font color is #bccab6
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.
#bccab6 Background Color
<div style="background-color:#bccab6">
Div content here</div>
This div background color is #bccab6
#bccab6 Border Color
<div style="border:3px solid #bccab6">
Div here</div>
This div border color is #bccab6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,202,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccab6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccab6; -webkit-box-shadow: 1px 1px 3px 2px #bccab6; box-shadow: 1px 1px 3px 2px #bccab6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,202,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bccab6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccab6; -webkit-box-shadow: 1px 1px 3px 2px #bccab6; box-shadow: 1px 1px 3px 2px #bccab6;">
Div content here</div>
This div box has shadow with color #bccab6
Comments
No comments written yet.
Please login to write comment.