Color spaces of #bebbef
RGB | 190 | 187 | 239 |
---|---|---|---|
HSL | 0.68 | 0.62 | 0.84 |
HSV | 243° | 22° | 94° |
CMYK | 0.21 | 0.22 | 0.00 0.06 |
XYZ | 54.5855 | 52.7198 | 88.9603 |
Yxy | 52.7198 | 0.2781 | 0.2686 |
Hunter Lab | 72.6084 | 7.1279 | -21.8166 |
CIE-Lab | 77.7093 | 11.6878 | -25.4038 |
#bebbef color RGB value is (190,187,239).
#bebbef hex color red value is 190, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bebbef hue: 0.68 , saturation: 0.62 and the lightness value of bebbef is 0.84.
The process color (four color CMYK) of #bebbef color hex is 0.21, 0.22, 0.00, 0.06. Web safe color of #bebbef is #ccccff. Color #bebbef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111011 | 11101111 |
Octal | 276 | 273 | 357 |
Decimal | 190 | 187 | 239 |
Hex | BE | BB | EF |
Shades of #bebbef
Tints of #bebbef
RGB Percentages of Color #bebbef
CMYK Percentages of Color #bebbef
Complementary Color
#bebbef | #ecefbb |
#bebbef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebbef Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebbef Color CSS Codes
.mybgcolor {background-color:#bebbef; } .myforecolor {color:#bebbef; } .mybordercolor {border:3px solid #bebbef; }
#bebbef Text Font Color
<p style="color:#bebbef">Text here</p>
This sample text font color is #bebbef
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.
#bebbef Background Color
<div style="background-color:#bebbef">
Div content here</div>
This div background color is #bebbef
#bebbef Border Color
<div style="border:3px solid #bebbef">
Div here</div>
This div border color is #bebbef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,187,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebbef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebbef; -webkit-box-shadow: 1px 1px 3px 2px #bebbef; box-shadow: 1px 1px 3px 2px #bebbef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,187,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebbef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebbef; -webkit-box-shadow: 1px 1px 3px 2px #bebbef; box-shadow: 1px 1px 3px 2px #bebbef;">
Div content here</div>
This div box has shadow with color #bebbef
Comments
No comments written yet.
Please login to write comment.