Shades of Sea Mist #BFDFBF
Tints of Sea Mist #BFDFBF
RGB
CMYK
RGB Variations
Color information
#BFDFBF (or 0xBFDFBF) is known color: Sea Mist. HEX triplet: BF, DF and BF. RGB value is (191,223,191). Sum of RGB (Red+Green+Blue) = 191+223+191=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFBF is #402040. Grayscale: #D1D1D1. Windows color (decimal): -4202561 or 12574655. OLE color: 12574655.
HSL color Cylindrical-coordinate representation of color #BFDFBF: hue angle of 120º 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 #BFDFBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 191 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.13 |
| HSL | 120º | 0.33% | 0.81% | - |
| HSV(B) | 120º | 0.14% | 0.87% | - |
| XYZ | 57.28 | 67.61 | 59.32 | - |
| YUV | 209.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 191 | 0.14 | 0 | 0.14 | 0.13 | 120 | 0.33 | 0.81 |
| Hex | BF | DF | BF | E | 0 | E | D | 78 | 21 | 51 |
| Octal | 277 | 337 | 277 | 16 | 0 | 16 | 15 | 170 | 41 | 121 |
| Binary | 10111111 | 11011111 | 10111111 | 1110 | 0 | 1110 | 1101 | 1111000 | 100001 | 1010001 |
Color Harmonies of #BFDFBF
Complementary color
Monochromatic Colors of #BFDFBF
Black with #BFDFBF
Text Example
Text Example
White with #BFDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFBF; }
p { color: rgb(191,223,191); }
H1.HeaderClassName
{
color: #BFDFBF;
}
.AnyTagClassName
{
color: #BFDFBF;
}
</style>
background-color css
<style>
a { background-color: #BFDFBF; }
a { background-color: rgb(191,223,191); }
div.DivClassName
{
background-color: #BFDFBF;
}
.BgClassName
{
background-color: #BFDFBF;
}
</style>
border-color css
<style>
span { border-color: #BFDFBF; }
span { border-color: rgb(191,223,191); }
td.TdClassName
{
border-color: #BFDFBF;
}
.TagClassName
{
border-color: #BFDFBF;
}
</style>