Shades of Sea Mist #BFE1BE
Tints of Sea Mist #BFE1BE
RGB
CMYK
RGB Variations
Color information
#BFE1BE (or 0xBFE1BE) is known color: Sea Mist. HEX triplet: BF, E1 and BE. RGB value is (191,225,190). Sum of RGB (Red+Green+Blue) = 191+225+190=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BE is #401E41. Grayscale: #D2D2D2. Windows color (decimal): -4202050 or 12509631. OLE color: 12509631.
HSL color Cylindrical-coordinate representation of color #BFE1BE: hue angle of 118.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE1BE is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 190 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.12 |
| HSL | 118.29º | 0.37% | 0.81% | - |
| HSV(B) | 118.29º | 0.16% | 0.88% | - |
| XYZ | 57.71 | 68.64 | 58.92 | - |
| YUV | 210.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 190 | 0.15 | 0 | 0.16 | 0.12 | 118.29 | 0.37 | 0.81 |
| Hex | BF | E1 | BE | F | 0 | 10 | C | 76 | 25 | 51 |
| Octal | 277 | 341 | 276 | 17 | 0 | 20 | 14 | 166 | 45 | 121 |
| Binary | 10111111 | 11100001 | 10111110 | 1111 | 0 | 10000 | 1100 | 1110110 | 100101 | 1010001 |
Color Harmonies of #BFE1BE
Complementary color
Monochromatic Colors of #BFE1BE
Black with #BFE1BE
Text Example
Text Example
White with #BFE1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1BE; }
p { color: rgb(191,225,190); }
H1.HeaderClassName
{
color: #BFE1BE;
}
.AnyTagClassName
{
color: #BFE1BE;
}
</style>
background-color css
<style>
a { background-color: #BFE1BE; }
a { background-color: rgb(191,225,190); }
div.DivClassName
{
background-color: #BFE1BE;
}
.BgClassName
{
background-color: #BFE1BE;
}
</style>
border-color css
<style>
span { border-color: #BFE1BE; }
span { border-color: rgb(191,225,190); }
td.TdClassName
{
border-color: #BFE1BE;
}
.TagClassName
{
border-color: #BFE1BE;
}
</style>