Shades of Sea Mist #BED6C0
Tints of Sea Mist #BED6C0
RGB
CMYK
RGB Variations
Color information
#BED6C0 (or 0xBED6C0) is known color: Sea Mist. HEX triplet: BE, D6 and C0. RGB value is (190,214,192). Sum of RGB (Red+Green+Blue) = 190+214+192=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6C0 is #41293F. Grayscale: #CCCCCC. Windows color (decimal): -4270400 or 12637886. OLE color: 12637886.
HSL color Cylindrical-coordinate representation of color #BED6C0: hue angle of 125º degrees, saturation: 0.23, 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 #BED6C0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 192 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.16 |
| HSL | 125º | 0.23% | 0.79% | - |
| HSV(B) | 125º | 0.11% | 0.84% | - |
| XYZ | 54.8 | 62.85 | 59.11 | - |
| YUV | 204.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 192 | 0.11 | 0 | 0.10 | 0.16 | 125 | 0.23 | 0.79 |
| Hex | BE | D6 | C0 | B | 0 | A | 10 | 7D | 17 | 4F |
| Octal | 276 | 326 | 300 | 13 | 0 | 12 | 20 | 175 | 27 | 117 |
| Binary | 10111110 | 11010110 | 11000000 | 1011 | 0 | 1010 | 10000 | 1111101 | 10111 | 1001111 |
Color Harmonies of #BED6C0
Complementary color
Monochromatic Colors of #BED6C0
Black with #BED6C0
Text Example
Text Example
White with #BED6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6C0; }
p { color: rgb(190,214,192); }
H1.HeaderClassName
{
color: #BED6C0;
}
.AnyTagClassName
{
color: #BED6C0;
}
</style>
background-color css
<style>
a { background-color: #BED6C0; }
a { background-color: rgb(190,214,192); }
div.DivClassName
{
background-color: #BED6C0;
}
.BgClassName
{
background-color: #BED6C0;
}
</style>
border-color css
<style>
span { border-color: #BED6C0; }
span { border-color: rgb(190,214,192); }
td.TdClassName
{
border-color: #BED6C0;
}
.TagClassName
{
border-color: #BED6C0;
}
</style>