Shades of Sea Mist #BFDEC0
Tints of Sea Mist #BFDEC0
RGB
CMYK
RGB Variations
Color information
#BFDEC0 (or 0xBFDEC0) is known color: Sea Mist. HEX triplet: BF, DE and C0. RGB value is (191,222,192). Sum of RGB (Red+Green+Blue) = 191+222+192=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC0 is #40213F. Grayscale: #D1D1D1. Windows color (decimal): -4202816 or 12639935. OLE color: 12639935.
HSL color Cylindrical-coordinate representation of color #BFDEC0: hue angle of 121.94º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 192 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.13 |
| HSL | 121.94º | 0.32% | 0.81% | - |
| HSV(B) | 121.94º | 0.14% | 0.87% | - |
| XYZ | 57.12 | 67.12 | 59.81 | - |
| YUV | 209.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 192 | 0.14 | 0 | 0.14 | 0.13 | 121.94 | 0.32 | 0.81 |
| Hex | BF | DE | C0 | E | 0 | E | D | 7A | 20 | 51 |
| Octal | 277 | 336 | 300 | 16 | 0 | 16 | 15 | 172 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11000000 | 1110 | 0 | 1110 | 1101 | 1111010 | 100000 | 1010001 |
Color Harmonies of #BFDEC0
Complementary color
Monochromatic Colors of #BFDEC0
Black with #BFDEC0
Text Example
Text Example
White with #BFDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEC0; }
p { color: rgb(191,222,192); }
H1.HeaderClassName
{
color: #BFDEC0;
}
.AnyTagClassName
{
color: #BFDEC0;
}
</style>
background-color css
<style>
a { background-color: #BFDEC0; }
a { background-color: rgb(191,222,192); }
div.DivClassName
{
background-color: #BFDEC0;
}
.BgClassName
{
background-color: #BFDEC0;
}
</style>
border-color css
<style>
span { border-color: #BFDEC0; }
span { border-color: rgb(191,222,192); }
td.TdClassName
{
border-color: #BFDEC0;
}
.TagClassName
{
border-color: #BFDEC0;
}
</style>