Shades of Sea Mist #BEDFC0
Tints of Sea Mist #BEDFC0
RGB
CMYK
RGB Variations
Color information
#BEDFC0 (or 0xBEDFC0) is known color: Sea Mist. HEX triplet: BE, DF and C0. RGB value is (190,223,192). Sum of RGB (Red+Green+Blue) = 190+223+192=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFC0 is #41203F. Grayscale: #D1D1D1. Windows color (decimal): -4268096 or 12640190. OLE color: 12640190.
HSL color Cylindrical-coordinate representation of color #BEDFC0: hue angle of 123.64º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 192 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.13 |
| HSL | 123.64º | 0.34% | 0.81% | - |
| HSV(B) | 123.64º | 0.15% | 0.87% | - |
| XYZ | 57.14 | 67.53 | 59.89 | - |
| YUV | 209.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 192 | 0.15 | 0 | 0.14 | 0.13 | 123.64 | 0.34 | 0.81 |
| Hex | BE | DF | C0 | F | 0 | E | D | 7C | 22 | 51 |
| Octal | 276 | 337 | 300 | 17 | 0 | 16 | 15 | 174 | 42 | 121 |
| Binary | 10111110 | 11011111 | 11000000 | 1111 | 0 | 1110 | 1101 | 1111100 | 100010 | 1010001 |
Color Harmonies of #BEDFC0
Complementary color
Monochromatic Colors of #BEDFC0
Black with #BEDFC0
Text Example
Text Example
White with #BEDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFC0; }
p { color: rgb(190,223,192); }
H1.HeaderClassName
{
color: #BEDFC0;
}
.AnyTagClassName
{
color: #BEDFC0;
}
</style>
background-color css
<style>
a { background-color: #BEDFC0; }
a { background-color: rgb(190,223,192); }
div.DivClassName
{
background-color: #BEDFC0;
}
.BgClassName
{
background-color: #BEDFC0;
}
</style>
border-color css
<style>
span { border-color: #BEDFC0; }
span { border-color: rgb(190,223,192); }
td.TdClassName
{
border-color: #BEDFC0;
}
.TagClassName
{
border-color: #BEDFC0;
}
</style>