Shades of Sea Mist #BFDEBE
Tints of Sea Mist #BFDEBE
RGB
CMYK
RGB Variations
Color information
#BFDEBE (or 0xBFDEBE) is known color: Sea Mist. HEX triplet: BF, DE and BE. RGB value is (191,222,190). Sum of RGB (Red+Green+Blue) = 191+222+190=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEBE is #402141. Grayscale: #D1D1D1. Windows color (decimal): -4202818 or 12508863. OLE color: 12508863.
HSL color Cylindrical-coordinate representation of color #BFDEBE: hue angle of 118.12º degrees, saturation: 0.33, 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 #BFDEBE is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 190 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.13 |
| HSL | 118.13º | 0.33% | 0.81% | - |
| HSV(B) | 118.13º | 0.14% | 0.87% | - |
| XYZ | 56.9 | 67.04 | 58.66 | - |
| YUV | 209.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 190 | 0.14 | 0 | 0.14 | 0.13 | 118.13 | 0.33 | 0.81 |
| Hex | BF | DE | BE | E | 0 | E | D | 76 | 21 | 51 |
| Octal | 277 | 336 | 276 | 16 | 0 | 16 | 15 | 166 | 41 | 121 |
| Binary | 10111111 | 11011110 | 10111110 | 1110 | 0 | 1110 | 1101 | 1110110 | 100001 | 1010001 |
Color Harmonies of #BFDEBE
Complementary color
Monochromatic Colors of #BFDEBE
Black with #BFDEBE
Text Example
Text Example
White with #BFDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEBE; }
p { color: rgb(191,222,190); }
H1.HeaderClassName
{
color: #BFDEBE;
}
.AnyTagClassName
{
color: #BFDEBE;
}
</style>
background-color css
<style>
a { background-color: #BFDEBE; }
a { background-color: rgb(191,222,190); }
div.DivClassName
{
background-color: #BFDEBE;
}
.BgClassName
{
background-color: #BFDEBE;
}
</style>
border-color css
<style>
span { border-color: #BFDEBE; }
span { border-color: rgb(191,222,190); }
td.TdClassName
{
border-color: #BFDEBE;
}
.TagClassName
{
border-color: #BFDEBE;
}
</style>