Shades of Sea Mist #BFDBBE
Tints of Sea Mist #BFDBBE
RGB
CMYK
RGB Variations
Color information
#BFDBBE (or 0xBFDBBE) is known color: Sea Mist. HEX triplet: BF, DB and BE. RGB value is (191,219,190). Sum of RGB (Red+Green+Blue) = 191+219+190=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBBE is #402441. Grayscale: #CFCFCF. Windows color (decimal): -4203586 or 12508095. OLE color: 12508095.
HSL color Cylindrical-coordinate representation of color #BFDBBE: hue angle of 117.93º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBBE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 190 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.14 |
| HSL | 117.93º | 0.29% | 0.8% | - |
| HSV(B) | 117.93º | 0.13% | 0.86% | - |
| XYZ | 56.11 | 65.46 | 58.39 | - |
| YUV | 207.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 190 | 0.13 | 0 | 0.13 | 0.14 | 117.93 | 0.29 | 0.8 |
| Hex | BF | DB | BE | D | 0 | D | E | 76 | 1D | 50 |
| Octal | 277 | 333 | 276 | 15 | 0 | 15 | 16 | 166 | 35 | 120 |
| Binary | 10111111 | 11011011 | 10111110 | 1101 | 0 | 1101 | 1110 | 1110110 | 11101 | 1010000 |
Color Harmonies of #BFDBBE
Complementary color
Monochromatic Colors of #BFDBBE
Black with #BFDBBE
Text Example
Text Example
White with #BFDBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBBE; }
p { color: rgb(191,219,190); }
H1.HeaderClassName
{
color: #BFDBBE;
}
.AnyTagClassName
{
color: #BFDBBE;
}
</style>
background-color css
<style>
a { background-color: #BFDBBE; }
a { background-color: rgb(191,219,190); }
div.DivClassName
{
background-color: #BFDBBE;
}
.BgClassName
{
background-color: #BFDBBE;
}
</style>
border-color css
<style>
span { border-color: #BFDBBE; }
span { border-color: rgb(191,219,190); }
td.TdClassName
{
border-color: #BFDBBE;
}
.TagClassName
{
border-color: #BFDBBE;
}
</style>