Color spaces of #bdd9be
RGB | 189 | 217 | 190 |
---|---|---|---|
HSL | 0.34 | 0.27 | 0.80 |
HSV | 122° | 13° | 85° |
CMYK | 0.13 | 0.00 | 0.12 0.15 |
XYZ | 55.0934 | 64.1622 | 58.1960 |
Yxy | 64.1622 | 0.3105 | 0.3616 |
Hunter Lab | 80.1013 | -17.4056 | 12.9950 |
CIE-Lab | 84.0501 | -14.3585 | 10.1918 |
#bdd9be color RGB value is (189,217,190).
#bdd9be hex color red value is 189, green value is 217 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bdd9be hue: 0.34 , saturation: 0.27 and the lightness value of bdd9be is 0.80.
The process color (four color CMYK) of #bdd9be color hex is 0.13, 0.00, 0.12, 0.15. Web safe color of #bdd9be is #cccccc. Color #bdd9be contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011001 | 10111110 |
Octal | 275 | 331 | 276 |
Decimal | 189 | 217 | 190 |
Hex | BD | D9 | BE |
Shades of #bdd9be
Tints of #bdd9be
RGB Percentages of Color #bdd9be
CMYK Percentages of Color #bdd9be
Complementary Color
#bdd9be | #d9bdd8 |
#bdd9be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd9be Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd9be Color CSS Codes
.mybgcolor {background-color:#bdd9be; } .myforecolor {color:#bdd9be; } .mybordercolor {border:3px solid #bdd9be; }
#bdd9be Text Font Color
<p style="color:#bdd9be">Text here</p>
This sample text font color is #bdd9be
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.
#bdd9be Background Color
<div style="background-color:#bdd9be">
Div content here</div>
This div background color is #bdd9be
#bdd9be Border Color
<div style="border:3px solid #bdd9be">
Div here</div>
This div border color is #bdd9be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,217,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd9be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd9be; -webkit-box-shadow: 1px 1px 3px 2px #bdd9be; box-shadow: 1px 1px 3px 2px #bdd9be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,217,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 #bdd9be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd9be; -webkit-box-shadow: 1px 1px 3px 2px #bdd9be; box-shadow: 1px 1px 3px 2px #bdd9be;">
Div content here</div>
This div box has shadow with color #bdd9be
Comments
No comments written yet.
Please login to write comment.