Shades of Sea Mist #BFDDC1
Tints of Sea Mist #BFDDC1
RGB
CMYK
RGB Variations
Color information
#BFDDC1 (or 0xBFDDC1) is known color: Sea Mist. HEX triplet: BF, DD and C1. RGB value is (191,221,193). Sum of RGB (Red+Green+Blue) = 191+221+193=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC1 is #40223E. Grayscale: #D0D0D0. Windows color (decimal): -4203071 or 12705215. OLE color: 12705215.
HSL color Cylindrical-coordinate representation of color #BFDDC1: hue angle of 124º degrees, saturation: 0.31, 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 #BFDDC1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 193 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.13 |
| HSL | 124º | 0.31% | 0.81% | - |
| HSV(B) | 124º | 0.14% | 0.87% | - |
| XYZ | 56.97 | 66.64 | 60.31 | - |
| YUV | 208.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 193 | 0.14 | 0 | 0.13 | 0.13 | 124 | 0.31 | 0.81 |
| Hex | BF | DD | C1 | E | 0 | D | D | 7C | 1F | 51 |
| Octal | 277 | 335 | 301 | 16 | 0 | 15 | 15 | 174 | 37 | 121 |
| Binary | 10111111 | 11011101 | 11000001 | 1110 | 0 | 1101 | 1101 | 1111100 | 11111 | 1010001 |
Color Harmonies of #BFDDC1
Complementary color
Monochromatic Colors of #BFDDC1
Black with #BFDDC1
Text Example
Text Example
White with #BFDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDC1; }
p { color: rgb(191,221,193); }
H1.HeaderClassName
{
color: #BFDDC1;
}
.AnyTagClassName
{
color: #BFDDC1;
}
</style>
background-color css
<style>
a { background-color: #BFDDC1; }
a { background-color: rgb(191,221,193); }
div.DivClassName
{
background-color: #BFDDC1;
}
.BgClassName
{
background-color: #BFDDC1;
}
</style>
border-color css
<style>
span { border-color: #BFDDC1; }
span { border-color: rgb(191,221,193); }
td.TdClassName
{
border-color: #BFDDC1;
}
.TagClassName
{
border-color: #BFDDC1;
}
</style>