Shades of Sea Mist #BFE2BE
Tints of Sea Mist #BFE2BE
RGB
CMYK
RGB Variations
Color information
#BFE2BE (or 0xBFE2BE) is known color: Sea Mist. HEX triplet: BF, E2 and BE. RGB value is (191,226,190). Sum of RGB (Red+Green+Blue) = 191+226+190=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2BE is #401D41. Grayscale: #D3D3D3. Windows color (decimal): -4201794 or 12509887. OLE color: 12509887.
HSL color Cylindrical-coordinate representation of color #BFE2BE: hue angle of 118.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE2BE is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 190 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.11 |
| HSL | 118.33º | 0.38% | 0.82% | - |
| HSV(B) | 118.33º | 0.16% | 0.89% | - |
| XYZ | 57.98 | 69.19 | 59.01 | - |
| YUV | 211.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 190 | 0.15 | 0 | 0.16 | 0.11 | 118.33 | 0.38 | 0.82 |
| Hex | BF | E2 | BE | F | 0 | 10 | B | 76 | 26 | 52 |
| Octal | 277 | 342 | 276 | 17 | 0 | 20 | 13 | 166 | 46 | 122 |
| Binary | 10111111 | 11100010 | 10111110 | 1111 | 0 | 10000 | 1011 | 1110110 | 100110 | 1010010 |
Color Harmonies of #BFE2BE
Complementary color
Monochromatic Colors of #BFE2BE
Black with #BFE2BE
Text Example
Text Example
White with #BFE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2BE; }
p { color: rgb(191,226,190); }
H1.HeaderClassName
{
color: #BFE2BE;
}
.AnyTagClassName
{
color: #BFE2BE;
}
</style>
background-color css
<style>
a { background-color: #BFE2BE; }
a { background-color: rgb(191,226,190); }
div.DivClassName
{
background-color: #BFE2BE;
}
.BgClassName
{
background-color: #BFE2BE;
}
</style>
border-color css
<style>
span { border-color: #BFE2BE; }
span { border-color: rgb(191,226,190); }
td.TdClassName
{
border-color: #BFE2BE;
}
.TagClassName
{
border-color: #BFE2BE;
}
</style>