Shades of Sea Mist #BFD6C1
Tints of Sea Mist #BFD6C1
RGB
CMYK
RGB Variations
Color information
#BFD6C1 (or 0xBFD6C1) is known color: Sea Mist. HEX triplet: BF, D6 and C1. RGB value is (191,214,193). Sum of RGB (Red+Green+Blue) = 191+214+193=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C1 is #40293E. Grayscale: #CCCCCC. Windows color (decimal): -4204863 or 12703423. OLE color: 12703423.
HSL color Cylindrical-coordinate representation of color #BFD6C1: hue angle of 125.22º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6C1 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 193 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.16 |
| HSL | 125.22º | 0.22% | 0.79% | - |
| HSV(B) | 125.22º | 0.11% | 0.84% | - |
| XYZ | 55.16 | 63.02 | 59.71 | - |
| YUV | 204.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 193 | 0.11 | 0 | 0.10 | 0.16 | 125.22 | 0.22 | 0.79 |
| Hex | BF | D6 | C1 | B | 0 | A | 10 | 7D | 16 | 4F |
| Octal | 277 | 326 | 301 | 13 | 0 | 12 | 20 | 175 | 26 | 117 |
| Binary | 10111111 | 11010110 | 11000001 | 1011 | 0 | 1010 | 10000 | 1111101 | 10110 | 1001111 |
Color Harmonies of #BFD6C1
Complementary color
Monochromatic Colors of #BFD6C1
Black with #BFD6C1
Text Example
Text Example
White with #BFD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6C1; }
p { color: rgb(191,214,193); }
H1.HeaderClassName
{
color: #BFD6C1;
}
.AnyTagClassName
{
color: #BFD6C1;
}
</style>
background-color css
<style>
a { background-color: #BFD6C1; }
a { background-color: rgb(191,214,193); }
div.DivClassName
{
background-color: #BFD6C1;
}
.BgClassName
{
background-color: #BFD6C1;
}
</style>
border-color css
<style>
span { border-color: #BFD6C1; }
span { border-color: rgb(191,214,193); }
td.TdClassName
{
border-color: #BFD6C1;
}
.TagClassName
{
border-color: #BFD6C1;
}
</style>