#beedc0 color RGB value is (190,237,192)
#beedc0 color CMYK value
#beedc0 color HSL value
HSV(or HSB) | 122.6° | 19.8 | 92.9 |
XYZ | 61.034 | 75.321 | 61.191 |
Yxy | 0.309 | 0.381 | 75.321 |
LAB | 89.543 | -23.56 | 16.925 |
LUV | 89.543 | -23.529 | 28.964 |
Hunter-LAB | 86.788 | -26.348 | 18.948 |
CIE-LCH | 89.543 | 29.01 | 144.308 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | BE | ED | C0 |
Decimal | 190 | 237 | 192 |
Octal | 276 | 355 | 300 |
Binary | 10111110 | 11101101 | 11000000 |
Below, you can see some colors close to #beedc0. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #beedc0.
<span style="color:#beedc0">Text here</span>
This paragraph has a background color of #beedc0.
<p style="background-color:#beedc0;">Content here</p>
This element has a border color of #beedc0.
<div style="border:1px #beedc0;">Content here</div>
.text {color:#beedc0;}
.background {background-color:#beedc0;}
.border {border:1px solid #beedc0;}
.text-shadow {border:1px solid #beedc0;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000200 is the darkest color, while #f0fbf0 is the lightest one.