Shades of Sea Mist #BFDCC0
Tints of Sea Mist #BFDCC0
RGB
CMYK
RGB Variations
Color information
#BFDCC0 (or 0xBFDCC0) is known color: Sea Mist. HEX triplet: BF, DC and C0. RGB value is (191,220,192). Sum of RGB (Red+Green+Blue) = 191+220+192=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCC0 is #40233F. Grayscale: #D0D0D0. Windows color (decimal): -4203328 or 12639423. OLE color: 12639423.
HSL color Cylindrical-coordinate representation of color #BFDCC0: hue angle of 122.07º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDCC0 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 192 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.14 |
| HSL | 122.07º | 0.29% | 0.81% | - |
| HSV(B) | 122.07º | 0.13% | 0.86% | - |
| XYZ | 56.59 | 66.07 | 59.64 | - |
| YUV | 208.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 192 | 0.13 | 0 | 0.13 | 0.14 | 122.07 | 0.29 | 0.81 |
| Hex | BF | DC | C0 | D | 0 | D | E | 7A | 1D | 51 |
| Octal | 277 | 334 | 300 | 15 | 0 | 15 | 16 | 172 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11000000 | 1101 | 0 | 1101 | 1110 | 1111010 | 11101 | 1010001 |
Color Harmonies of #BFDCC0
Complementary color
Monochromatic Colors of #BFDCC0
Black with #BFDCC0
Text Example
Text Example
White with #BFDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCC0; }
p { color: rgb(191,220,192); }
H1.HeaderClassName
{
color: #BFDCC0;
}
.AnyTagClassName
{
color: #BFDCC0;
}
</style>
background-color css
<style>
a { background-color: #BFDCC0; }
a { background-color: rgb(191,220,192); }
div.DivClassName
{
background-color: #BFDCC0;
}
.BgClassName
{
background-color: #BFDCC0;
}
</style>
border-color css
<style>
span { border-color: #BFDCC0; }
span { border-color: rgb(191,220,192); }
td.TdClassName
{
border-color: #BFDCC0;
}
.TagClassName
{
border-color: #BFDCC0;
}
</style>