Color spaces of #becbbf
RGB | 190 | 203 | 191 |
---|---|---|---|
HSL | 0.35 | 0.11 | 0.77 |
HSV | 125° | 6° | 80° |
CMYK | 0.06 | 0.00 | 0.06 0.20 |
XYZ | 51.9951 | 57.4206 | 57.6331 |
Yxy | 57.4206 | 0.3113 | 0.3437 |
Hunter Lab | 75.7764 | -10.1282 | 7.9494 |
CIE-Lab | 80.4156 | -6.6585 | 4.4504 |
#becbbf color RGB value is (190,203,191).
#becbbf hex color red value is 190, green value is 203 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #becbbf hue: 0.35 , saturation: 0.11 and the lightness value of becbbf is 0.77.
The process color (four color CMYK) of #becbbf color hex is 0.06, 0.00, 0.06, 0.20. Web safe color of #becbbf is #cccccc. Color #becbbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001011 | 10111111 |
Octal | 276 | 313 | 277 |
Decimal | 190 | 203 | 191 |
Hex | BE | CB | BF |
Shades of #becbbf
Tints of #becbbf
RGB Percentages of Color #becbbf
CMYK Percentages of Color #becbbf
Complementary Color
#becbbf | #cbbeca |
#becbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#becbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#becbbf Color CSS Codes
.mybgcolor {background-color:#becbbf; } .myforecolor {color:#becbbf; } .mybordercolor {border:3px solid #becbbf; }
#becbbf Text Font Color
<p style="color:#becbbf">Text here</p>
This sample text font color is #becbbf
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.
#becbbf Background Color
<div style="background-color:#becbbf">
Div content here</div>
This div background color is #becbbf
#becbbf Border Color
<div style="border:3px solid #becbbf">
Div here</div>
This div border color is #becbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,203,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #becbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #becbbf; -webkit-box-shadow: 1px 1px 3px 2px #becbbf; box-shadow: 1px 1px 3px 2px #becbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,203,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 #becbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #becbbf; -webkit-box-shadow: 1px 1px 3px 2px #becbbf; box-shadow: 1px 1px 3px 2px #becbbf;">
Div content here</div>
This div box has shadow with color #becbbf
Comments
No comments written yet.
Please login to write comment.