Shades of Sea Mist #BFD6C2
Tints of Sea Mist #BFD6C2
RGB
CMYK
RGB Variations
Color information
#BFD6C2 (or 0xBFD6C2) is known color: Sea Mist. HEX triplet: BF, D6 and C2. RGB value is (191,214,194). Sum of RGB (Red+Green+Blue) = 191+214+194=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C2 is #40293D. Grayscale: #CCCCCC. Windows color (decimal): -4204862 or 12768959. OLE color: 12768959.
HSL color Cylindrical-coordinate representation of color #BFD6C2: hue angle of 127.83º 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 #BFD6C2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 194 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.16 |
| HSL | 127.83º | 0.22% | 0.79% | - |
| HSV(B) | 127.83º | 0.11% | 0.84% | - |
| XYZ | 55.27 | 63.06 | 60.3 | - |
| YUV | 204.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 194 | 0.11 | 0 | 0.09 | 0.16 | 127.83 | 0.22 | 0.79 |
| Hex | BF | D6 | C2 | B | 0 | 9 | 10 | 80 | 16 | 4F |
| Octal | 277 | 326 | 302 | 13 | 0 | 11 | 20 | 200 | 26 | 117 |
| Binary | 10111111 | 11010110 | 11000010 | 1011 | 0 | 1001 | 10000 | 10000000 | 10110 | 1001111 |
Color Harmonies of #BFD6C2
Complementary color
Monochromatic Colors of #BFD6C2
Black with #BFD6C2
Text Example
Text Example
White with #BFD6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6C2; }
p { color: rgb(191,214,194); }
H1.HeaderClassName
{
color: #BFD6C2;
}
.AnyTagClassName
{
color: #BFD6C2;
}
</style>
background-color css
<style>
a { background-color: #BFD6C2; }
a { background-color: rgb(191,214,194); }
div.DivClassName
{
background-color: #BFD6C2;
}
.BgClassName
{
background-color: #BFD6C2;
}
</style>
border-color css
<style>
span { border-color: #BFD6C2; }
span { border-color: rgb(191,214,194); }
td.TdClassName
{
border-color: #BFD6C2;
}
.TagClassName
{
border-color: #BFD6C2;
}
</style>