Shades of Sea Mist #BFDEC1
Tints of Sea Mist #BFDEC1
RGB
CMYK
RGB Variations
Color information
#BFDEC1 (or 0xBFDEC1) is known color: Sea Mist. HEX triplet: BF, DE and C1. RGB value is (191,222,193). Sum of RGB (Red+Green+Blue) = 191+222+193=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC1 is #40213E. Grayscale: #D1D1D1. Windows color (decimal): -4202815 or 12705471. OLE color: 12705471.
HSL color Cylindrical-coordinate representation of color #BFDEC1: hue angle of 123.87º degrees, saturation: 0.32, 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 #BFDEC1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 193 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.13 |
| HSL | 123.87º | 0.32% | 0.81% | - |
| HSV(B) | 123.87º | 0.14% | 0.87% | - |
| XYZ | 57.23 | 67.17 | 60.4 | - |
| YUV | 209.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 193 | 0.14 | 0 | 0.13 | 0.13 | 123.87 | 0.32 | 0.81 |
| Hex | BF | DE | C1 | E | 0 | D | D | 7C | 20 | 51 |
| Octal | 277 | 336 | 301 | 16 | 0 | 15 | 15 | 174 | 40 | 121 |
| Binary | 10111111 | 11011110 | 11000001 | 1110 | 0 | 1101 | 1101 | 1111100 | 100000 | 1010001 |
Color Harmonies of #BFDEC1
Complementary color
Monochromatic Colors of #BFDEC1
Black with #BFDEC1
Text Example
Text Example
White with #BFDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEC1; }
p { color: rgb(191,222,193); }
H1.HeaderClassName
{
color: #BFDEC1;
}
.AnyTagClassName
{
color: #BFDEC1;
}
</style>
background-color css
<style>
a { background-color: #BFDEC1; }
a { background-color: rgb(191,222,193); }
div.DivClassName
{
background-color: #BFDEC1;
}
.BgClassName
{
background-color: #BFDEC1;
}
</style>
border-color css
<style>
span { border-color: #BFDEC1; }
span { border-color: rgb(191,222,193); }
td.TdClassName
{
border-color: #BFDEC1;
}
.TagClassName
{
border-color: #BFDEC1;
}
</style>