Shades of Sea Mist #BED5C1
Tints of Sea Mist #BED5C1
RGB
CMYK
RGB Variations
Color information
#BED5C1 (or 0xBED5C1) is known color: Sea Mist. HEX triplet: BE, D5 and C1. RGB value is (190,213,193). Sum of RGB (Red+Green+Blue) = 190+213+193=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5C1 is #412A3E. Grayscale: #CBCBCB. Windows color (decimal): -4270655 or 12703166. OLE color: 12703166.
HSL color Cylindrical-coordinate representation of color #BED5C1: hue angle of 127.83º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED5C1 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 193 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.16 |
| HSL | 127.83º | 0.21% | 0.79% | - |
| HSV(B) | 127.83º | 0.11% | 0.84% | - |
| XYZ | 54.66 | 62.39 | 59.61 | - |
| YUV | 203.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 193 | 0.11 | 0 | 0.09 | 0.16 | 127.83 | 0.21 | 0.79 |
| Hex | BE | D5 | C1 | B | 0 | 9 | 10 | 80 | 15 | 4F |
| Octal | 276 | 325 | 301 | 13 | 0 | 11 | 20 | 200 | 25 | 117 |
| Binary | 10111110 | 11010101 | 11000001 | 1011 | 0 | 1001 | 10000 | 10000000 | 10101 | 1001111 |
Color Harmonies of #BED5C1
Complementary color
Monochromatic Colors of #BED5C1
Black with #BED5C1
Text Example
Text Example
White with #BED5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED5C1; }
p { color: rgb(190,213,193); }
H1.HeaderClassName
{
color: #BED5C1;
}
.AnyTagClassName
{
color: #BED5C1;
}
</style>
background-color css
<style>
a { background-color: #BED5C1; }
a { background-color: rgb(190,213,193); }
div.DivClassName
{
background-color: #BED5C1;
}
.BgClassName
{
background-color: #BED5C1;
}
</style>
border-color css
<style>
span { border-color: #BED5C1; }
span { border-color: rgb(190,213,193); }
td.TdClassName
{
border-color: #BED5C1;
}
.TagClassName
{
border-color: #BED5C1;
}
</style>