Color spaces of #bdcfbe
RGB | 189 | 207 | 190 |
---|---|---|---|
HSL | 0.34 | 0.16 | 0.78 |
HSV | 123° | 9° | 81° |
CMYK | 0.09 | 0.00 | 0.08 0.19 |
XYZ | 52.5934 | 59.1622 | 57.3627 |
Yxy | 59.1622 | 0.3110 | 0.3498 |
Hunter Lab | 76.9170 | -12.5520 | 9.6249 |
CIE-Lab | 81.3807 | -9.2558 | 6.3677 |
#bdcfbe color RGB value is (189,207,190).
#bdcfbe hex color red value is 189, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdcfbe hue: 0.34 , saturation: 0.16 and the lightness value of bdcfbe is 0.78.
The process color (four color CMYK) of #bdcfbe color hex is 0.09, 0.00, 0.08, 0.19. Web safe color of #bdcfbe is #cccccc. Color #bdcfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001111 | 10111110 |
Octal | 275 | 317 | 276 |
Decimal | 189 | 207 | 190 |
Hex | BD | CF | BE |
Shades of #bdcfbe
Tints of #bdcfbe
RGB Percentages of Color #bdcfbe
CMYK Percentages of Color #bdcfbe
Complementary Color
#bdcfbe | #cfbdce |
#bdcfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdcfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdcfbe Color CSS Codes
.mybgcolor {background-color:#bdcfbe; } .myforecolor {color:#bdcfbe; } .mybordercolor {border:3px solid #bdcfbe; }
#bdcfbe Text Font Color
<p style="color:#bdcfbe">Text here</p>
This sample text font color is #bdcfbe
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.
#bdcfbe Background Color
<div style="background-color:#bdcfbe">
Div content here</div>
This div background color is #bdcfbe
#bdcfbe Border Color
<div style="border:3px solid #bdcfbe">
Div here</div>
This div border color is #bdcfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,207,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdcfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdcfbe; -webkit-box-shadow: 1px 1px 3px 2px #bdcfbe; box-shadow: 1px 1px 3px 2px #bdcfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,207,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdcfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdcfbe; -webkit-box-shadow: 1px 1px 3px 2px #bdcfbe; box-shadow: 1px 1px 3px 2px #bdcfbe;">
Div content here</div>
This div box has shadow with color #bdcfbe
Comments
No comments written yet.
Please login to write comment.