Shades of Sea Mist #BFDAC2
Tints of Sea Mist #BFDAC2
RGB
CMYK
RGB Variations
Color information
#BFDAC2 (or 0xBFDAC2) is known color: Sea Mist. HEX triplet: BF, DA and C2. RGB value is (191,218,194). Sum of RGB (Red+Green+Blue) = 191+218+194=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC2 is #40253D. Grayscale: #CFCFCF. Windows color (decimal): -4203838 or 12769983. OLE color: 12769983.
HSL color Cylindrical-coordinate representation of color #BFDAC2: hue angle of 126.67º 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 #BFDAC2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 194 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.15 |
| HSL | 126.67º | 0.27% | 0.8% | - |
| HSV(B) | 126.67º | 0.12% | 0.85% | - |
| XYZ | 56.29 | 65.11 | 60.64 | - |
| YUV | 207.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 194 | 0.12 | 0 | 0.11 | 0.15 | 126.67 | 0.27 | 0.8 |
| Hex | BF | DA | C2 | C | 0 | B | F | 7F | 1B | 50 |
| Octal | 277 | 332 | 302 | 14 | 0 | 13 | 17 | 177 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11000010 | 1100 | 0 | 1011 | 1111 | 1111111 | 11011 | 1010000 |
Color Harmonies of #BFDAC2
Complementary color
Monochromatic Colors of #BFDAC2
Black with #BFDAC2
Text Example
Text Example
White with #BFDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAC2; }
p { color: rgb(191,218,194); }
H1.HeaderClassName
{
color: #BFDAC2;
}
.AnyTagClassName
{
color: #BFDAC2;
}
</style>
background-color css
<style>
a { background-color: #BFDAC2; }
a { background-color: rgb(191,218,194); }
div.DivClassName
{
background-color: #BFDAC2;
}
.BgClassName
{
background-color: #BFDAC2;
}
</style>
border-color css
<style>
span { border-color: #BFDAC2; }
span { border-color: rgb(191,218,194); }
td.TdClassName
{
border-color: #BFDAC2;
}
.TagClassName
{
border-color: #BFDAC2;
}
</style>