Shades of Sea Mist #BFDAC1
Tints of Sea Mist #BFDAC1
RGB
CMYK
RGB Variations
Color information
#BFDAC1 (or 0xBFDAC1) is known color: Sea Mist. HEX triplet: BF, DA and C1. RGB value is (191,218,193). Sum of RGB (Red+Green+Blue) = 191+218+193=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC1 is #40253E. Grayscale: #CFCFCF. Windows color (decimal): -4203839 or 12704447. OLE color: 12704447.
HSL color Cylindrical-coordinate representation of color #BFDAC1: hue angle of 124.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDAC1 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 193 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.15 |
| HSL | 124.44º | 0.27% | 0.8% | - |
| HSV(B) | 124.44º | 0.12% | 0.85% | - |
| XYZ | 56.18 | 65.07 | 60.05 | - |
| YUV | 207.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 193 | 0.12 | 0 | 0.11 | 0.15 | 124.44 | 0.27 | 0.8 |
| Hex | BF | DA | C1 | C | 0 | B | F | 7C | 1B | 50 |
| Octal | 277 | 332 | 301 | 14 | 0 | 13 | 17 | 174 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11000001 | 1100 | 0 | 1011 | 1111 | 1111100 | 11011 | 1010000 |
Color Harmonies of #BFDAC1
Complementary color
Monochromatic Colors of #BFDAC1
Black with #BFDAC1
Text Example
Text Example
White with #BFDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAC1; }
p { color: rgb(191,218,193); }
H1.HeaderClassName
{
color: #BFDAC1;
}
.AnyTagClassName
{
color: #BFDAC1;
}
</style>
background-color css
<style>
a { background-color: #BFDAC1; }
a { background-color: rgb(191,218,193); }
div.DivClassName
{
background-color: #BFDAC1;
}
.BgClassName
{
background-color: #BFDAC1;
}
</style>
border-color css
<style>
span { border-color: #BFDAC1; }
span { border-color: rgb(191,218,193); }
td.TdClassName
{
border-color: #BFDAC1;
}
.TagClassName
{
border-color: #BFDAC1;
}
</style>