Shades of Sea Mist #BFE0BF
Tints of Sea Mist #BFE0BF
RGB
CMYK
RGB Variations
Color information
#BFE0BF (or 0xBFE0BF) is known color: Sea Mist. HEX triplet: BF, E0 and BF. RGB value is (191,224,191). Sum of RGB (Red+Green+Blue) = 191+224+191=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0BF is #401F40. Grayscale: #D2D2D2. Windows color (decimal): -4202305 or 12574911. OLE color: 12574911.
HSL color Cylindrical-coordinate representation of color #BFE0BF: hue angle of 120º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE0BF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 191 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.12 |
| HSL | 120º | 0.35% | 0.81% | - |
| HSV(B) | 120º | 0.15% | 0.88% | - |
| XYZ | 57.55 | 68.15 | 59.41 | - |
| YUV | 210.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 191 | 0.15 | 0 | 0.15 | 0.12 | 120 | 0.35 | 0.81 |
| Hex | BF | E0 | BF | F | 0 | F | C | 78 | 23 | 51 |
| Octal | 277 | 340 | 277 | 17 | 0 | 17 | 14 | 170 | 43 | 121 |
| Binary | 10111111 | 11100000 | 10111111 | 1111 | 0 | 1111 | 1100 | 1111000 | 100011 | 1010001 |
Color Harmonies of #BFE0BF
Complementary color
Monochromatic Colors of #BFE0BF
Black with #BFE0BF
Text Example
Text Example
White with #BFE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0BF; }
p { color: rgb(191,224,191); }
H1.HeaderClassName
{
color: #BFE0BF;
}
.AnyTagClassName
{
color: #BFE0BF;
}
</style>
background-color css
<style>
a { background-color: #BFE0BF; }
a { background-color: rgb(191,224,191); }
div.DivClassName
{
background-color: #BFE0BF;
}
.BgClassName
{
background-color: #BFE0BF;
}
</style>
border-color css
<style>
span { border-color: #BFE0BF; }
span { border-color: rgb(191,224,191); }
td.TdClassName
{
border-color: #BFE0BF;
}
.TagClassName
{
border-color: #BFE0BF;
}
</style>