Color spaces of #beb5ca
RGB | 190 | 181 | 202 |
---|---|---|---|
HSL | 0.74 | 0.17 | 0.75 |
HSV | 266° | 10° | 79° |
CMYK | 0.06 | 0.10 | 0.00 0.21 |
XYZ | 48.4197 | 48.2592 | 62.6401 |
Yxy | 48.2592 | 0.3039 | 0.3029 |
Hunter Lab | 69.4688 | 2.8438 | -4.8336 |
CIE-Lab | 74.9881 | 7.1392 | -9.4629 |
#beb5ca color RGB value is (190,181,202).
#beb5ca hex color red value is 190, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #beb5ca hue: 0.74 , saturation: 0.17 and the lightness value of beb5ca is 0.75.
The process color (four color CMYK) of #beb5ca color hex is 0.06, 0.10, 0.00, 0.21. Web safe color of #beb5ca is #cccccc. Color #beb5ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10110101 | 11001010 |
Octal | 276 | 265 | 312 |
Decimal | 190 | 181 | 202 |
Hex | BE | B5 | CA |
Shades of #beb5ca
Tints of #beb5ca
RGB Percentages of Color #beb5ca
CMYK Percentages of Color #beb5ca
Complementary Color
#beb5ca | #c1cab5 |
#beb5ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beb5ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#beb5ca Color CSS Codes
.mybgcolor {background-color:#beb5ca; } .myforecolor {color:#beb5ca; } .mybordercolor {border:3px solid #beb5ca; }
#beb5ca Text Font Color
<p style="color:#beb5ca">Text here</p>
This sample text font color is #beb5ca
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.
#beb5ca Background Color
<div style="background-color:#beb5ca">
Div content here</div>
This div background color is #beb5ca
#beb5ca Border Color
<div style="border:3px solid #beb5ca">
Div here</div>
This div border color is #beb5ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,181,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beb5ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beb5ca; -webkit-box-shadow: 1px 1px 3px 2px #beb5ca; box-shadow: 1px 1px 3px 2px #beb5ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,181,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beb5ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beb5ca; -webkit-box-shadow: 1px 1px 3px 2px #beb5ca; box-shadow: 1px 1px 3px 2px #beb5ca;">
Div content here</div>
This div box has shadow with color #beb5ca
Comments
No comments written yet.
Please login to write comment.