Shades of Sea Mist #BFE1BF
Tints of Sea Mist #BFE1BF
RGB
CMYK
RGB Variations
Color information
#BFE1BF (or 0xBFE1BF) is known color: Sea Mist. HEX triplet: BF, E1 and BF. RGB value is (191,225,191). Sum of RGB (Red+Green+Blue) = 191+225+191=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BF is #401E40. Grayscale: #D3D3D3. Windows color (decimal): -4202049 or 12575167. OLE color: 12575167.
HSL color Cylindrical-coordinate representation of color #BFE1BF: hue angle of 120º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1BF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 191 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.12 |
| HSL | 120º | 0.36% | 0.82% | - |
| HSV(B) | 120º | 0.15% | 0.88% | - |
| XYZ | 57.82 | 68.69 | 59.5 | - |
| YUV | 210.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 191 | 0.15 | 0 | 0.15 | 0.12 | 120 | 0.36 | 0.82 |
| Hex | BF | E1 | BF | F | 0 | F | C | 78 | 24 | 52 |
| Octal | 277 | 341 | 277 | 17 | 0 | 17 | 14 | 170 | 44 | 122 |
| Binary | 10111111 | 11100001 | 10111111 | 1111 | 0 | 1111 | 1100 | 1111000 | 100100 | 1010010 |
Color Harmonies of #BFE1BF
Complementary color
Monochromatic Colors of #BFE1BF
Black with #BFE1BF
Text Example
Text Example
White with #BFE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1BF; }
p { color: rgb(191,225,191); }
H1.HeaderClassName
{
color: #BFE1BF;
}
.AnyTagClassName
{
color: #BFE1BF;
}
</style>
background-color css
<style>
a { background-color: #BFE1BF; }
a { background-color: rgb(191,225,191); }
div.DivClassName
{
background-color: #BFE1BF;
}
.BgClassName
{
background-color: #BFE1BF;
}
</style>
border-color css
<style>
span { border-color: #BFE1BF; }
span { border-color: rgb(191,225,191); }
td.TdClassName
{
border-color: #BFE1BF;
}
.TagClassName
{
border-color: #BFE1BF;
}
</style>