Color spaces of #beccbf
RGB | 190 | 204 | 191 |
---|---|---|---|
HSL | 0.35 | 0.12 | 0.77 |
HSV | 124° | 7° | 80° |
CMYK | 0.07 | 0.00 | 0.06 0.20 |
XYZ | 52.2320 | 57.8945 | 57.7120 |
Yxy | 57.8945 | 0.3112 | 0.3449 |
Hunter Lab | 76.0884 | -10.6209 | 8.2913 |
CIE-Lab | 80.6801 | -7.1785 | 4.8326 |
#beccbf color RGB value is (190,204,191).
#beccbf hex color red value is 190, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #beccbf hue: 0.35 , saturation: 0.12 and the lightness value of beccbf is 0.77.
The process color (four color CMYK) of #beccbf color hex is 0.07, 0.00, 0.06, 0.20. Web safe color of #beccbf is #cccccc. Color #beccbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001100 | 10111111 |
Octal | 276 | 314 | 277 |
Decimal | 190 | 204 | 191 |
Hex | BE | CC | BF |
Shades of #beccbf
Tints of #beccbf
RGB Percentages of Color #beccbf
CMYK Percentages of Color #beccbf
Complementary Color
#beccbf | #ccbecb |
#beccbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beccbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#beccbf Color CSS Codes
.mybgcolor {background-color:#beccbf; } .myforecolor {color:#beccbf; } .mybordercolor {border:3px solid #beccbf; }
#beccbf Text Font Color
<p style="color:#beccbf">Text here</p>
This sample text font color is #beccbf
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.
#beccbf Background Color
<div style="background-color:#beccbf">
Div content here</div>
This div background color is #beccbf
#beccbf Border Color
<div style="border:3px solid #beccbf">
Div here</div>
This div border color is #beccbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,204,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beccbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beccbf; -webkit-box-shadow: 1px 1px 3px 2px #beccbf; box-shadow: 1px 1px 3px 2px #beccbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,204,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beccbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beccbf; -webkit-box-shadow: 1px 1px 3px 2px #beccbf; box-shadow: 1px 1px 3px 2px #beccbf;">
Div content here</div>
This div box has shadow with color #beccbf
#beccbf Color Palettes
Comments
No comments written yet.
Please login to write comment.