Shades of Sea Mist #BED7BF
Tints of Sea Mist #BED7BF
RGB
CMYK
RGB Variations
Color information
#BED7BF (or 0xBED7BF) is known color: Sea Mist. HEX triplet: BE, D7 and BF. RGB value is (190,215,191). Sum of RGB (Red+Green+Blue) = 190+215+191=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BF is #412840. Grayscale: #CCCCCC. Windows color (decimal): -4270145 or 12572606. OLE color: 12572606.
HSL color Cylindrical-coordinate representation of color #BED7BF: hue angle of 122.4º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7BF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 191 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.16 |
| HSL | 122.4º | 0.24% | 0.79% | - |
| HSV(B) | 122.4º | 0.12% | 0.84% | - |
| XYZ | 54.94 | 63.31 | 58.61 | - |
| YUV | 204.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 191 | 0.12 | 0 | 0.11 | 0.16 | 122.4 | 0.24 | 0.79 |
| Hex | BE | D7 | BF | C | 0 | B | 10 | 7A | 18 | 4F |
| Octal | 276 | 327 | 277 | 14 | 0 | 13 | 20 | 172 | 30 | 117 |
| Binary | 10111110 | 11010111 | 10111111 | 1100 | 0 | 1011 | 10000 | 1111010 | 11000 | 1001111 |
Color Harmonies of #BED7BF
Complementary color
Monochromatic Colors of #BED7BF
Black with #BED7BF
Text Example
Text Example
White with #BED7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7BF; }
p { color: rgb(190,215,191); }
H1.HeaderClassName
{
color: #BED7BF;
}
.AnyTagClassName
{
color: #BED7BF;
}
</style>
background-color css
<style>
a { background-color: #BED7BF; }
a { background-color: rgb(190,215,191); }
div.DivClassName
{
background-color: #BED7BF;
}
.BgClassName
{
background-color: #BED7BF;
}
</style>
border-color css
<style>
span { border-color: #BED7BF; }
span { border-color: rgb(190,215,191); }
td.TdClassName
{
border-color: #BED7BF;
}
.TagClassName
{
border-color: #BED7BF;
}
</style>