Color spaces of #bdd5bf
RGB | 189 | 213 | 191 |
---|---|---|---|
HSL | 0.35 | 0.22 | 0.79 |
HSV | 125° | 11° | 84° |
CMYK | 0.11 | 0.00 | 0.10 0.16 |
XYZ | 54.1845 | 62.1689 | 58.4342 |
Yxy | 62.1689 | 0.3100 | 0.3557 |
Hunter Lab | 78.8473 | -15.3160 | 11.2529 |
CIE-Lab | 83.0032 | -12.1509 | 8.1655 |
#bdd5bf color RGB value is (189,213,191).
#bdd5bf hex color red value is 189, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bdd5bf hue: 0.35 , saturation: 0.22 and the lightness value of bdd5bf is 0.79.
The process color (four color CMYK) of #bdd5bf color hex is 0.11, 0.00, 0.10, 0.16. Web safe color of #bdd5bf is #cccccc. Color #bdd5bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11010101 | 10111111 |
Octal | 275 | 325 | 277 |
Decimal | 189 | 213 | 191 |
Hex | BD | D5 | BF |
Shades of #bdd5bf
Tints of #bdd5bf
RGB Percentages of Color #bdd5bf
CMYK Percentages of Color #bdd5bf
Complementary Color
#bdd5bf | #d5bdd3 |
#bdd5bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd5bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd5bf Color CSS Codes
.mybgcolor {background-color:#bdd5bf; } .myforecolor {color:#bdd5bf; } .mybordercolor {border:3px solid #bdd5bf; }
#bdd5bf Text Font Color
<p style="color:#bdd5bf">Text here</p>
This sample text font color is #bdd5bf
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.
#bdd5bf Background Color
<div style="background-color:#bdd5bf">
Div content here</div>
This div background color is #bdd5bf
#bdd5bf Border Color
<div style="border:3px solid #bdd5bf">
Div here</div>
This div border color is #bdd5bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,213,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd5bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd5bf; -webkit-box-shadow: 1px 1px 3px 2px #bdd5bf; box-shadow: 1px 1px 3px 2px #bdd5bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,213,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd5bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd5bf; -webkit-box-shadow: 1px 1px 3px 2px #bdd5bf; box-shadow: 1px 1px 3px 2px #bdd5bf;">
Div content here</div>
This div box has shadow with color #bdd5bf
Comments
No comments written yet.
Please login to write comment.