Color spaces of #bec8ce
RGB | 190 | 200 | 206 |
---|---|---|---|
HSL | 0.56 | 0.14 | 0.78 |
HSV | 203° | 8° | 81° |
CMYK | 0.08 | 0.03 | 0.00 0.19 |
XYZ | 53.0301 | 56.7119 | 66.5440 |
Yxy | 56.7119 | 0.3008 | 0.3217 |
Hunter Lab | 75.3073 | -6.0912 | 0.3245 |
CIE-Lab | 80.0173 | -2.2461 | -4.1781 |
#bec8ce color RGB value is (190,200,206).
#bec8ce hex color red value is 190, green value is 200 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bec8ce hue: 0.56 , saturation: 0.14 and the lightness value of bec8ce is 0.78.
The process color (four color CMYK) of #bec8ce color hex is 0.08, 0.03, 0.00, 0.19. Web safe color of #bec8ce is #cccccc. Color #bec8ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11001000 | 11001110 |
Octal | 276 | 310 | 316 |
Decimal | 190 | 200 | 206 |
Hex | BE | C8 | CE |
Shades of #bec8ce
Tints of #bec8ce
RGB Percentages of Color #bec8ce
CMYK Percentages of Color #bec8ce
Complementary Color
#bec8ce | #cec4be |
#bec8ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bec8ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#bec8ce Color CSS Codes
.mybgcolor {background-color:#bec8ce; } .myforecolor {color:#bec8ce; } .mybordercolor {border:3px solid #bec8ce; }
#bec8ce Text Font Color
<p style="color:#bec8ce">Text here</p>
This sample text font color is #bec8ce
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.
#bec8ce Background Color
<div style="background-color:#bec8ce">
Div content here</div>
This div background color is #bec8ce
#bec8ce Border Color
<div style="border:3px solid #bec8ce">
Div here</div>
This div border color is #bec8ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,200,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bec8ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bec8ce; -webkit-box-shadow: 1px 1px 3px 2px #bec8ce; box-shadow: 1px 1px 3px 2px #bec8ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,200,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec8ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bec8ce; -webkit-box-shadow: 1px 1px 3px 2px #bec8ce; box-shadow: 1px 1px 3px 2px #bec8ce;">
Div content here</div>
This div box has shadow with color #bec8ce
Comments
No comments written yet.
Please login to write comment.