Shades of Sea Mist #BDDDC0
Tints of Sea Mist #BDDDC0
RGB
CMYK
RGB Variations
Color information
#BDDDC0 (or 0xBDDDC0) is known color: Sea Mist. HEX triplet: BD, DD and C0. RGB value is (189,221,192). Sum of RGB (Red+Green+Blue) = 189+221+192=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC0 is #42223F. Grayscale: #D0D0D0. Windows color (decimal): -4334144 or 12639677. OLE color: 12639677.
HSL color Cylindrical-coordinate representation of color #BDDDC0: hue angle of 125.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 192 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.13 |
| HSL | 125.63º | 0.32% | 0.8% | - |
| HSV(B) | 125.63º | 0.14% | 0.87% | - |
| XYZ | 56.36 | 66.34 | 59.7 | - |
| YUV | 208.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 192 | 0.14 | 0 | 0.13 | 0.13 | 125.63 | 0.32 | 0.8 |
| Hex | BD | DD | C0 | E | 0 | D | D | 7E | 20 | 50 |
| Octal | 275 | 335 | 300 | 16 | 0 | 15 | 15 | 176 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11000000 | 1110 | 0 | 1101 | 1101 | 1111110 | 100000 | 1010000 |
Color Harmonies of #BDDDC0
Complementary color
Monochromatic Colors of #BDDDC0
Black with #BDDDC0
Text Example
Text Example
White with #BDDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDC0; }
p { color: rgb(189,221,192); }
H1.HeaderClassName
{
color: #BDDDC0;
}
.AnyTagClassName
{
color: #BDDDC0;
}
</style>
background-color css
<style>
a { background-color: #BDDDC0; }
a { background-color: rgb(189,221,192); }
div.DivClassName
{
background-color: #BDDDC0;
}
.BgClassName
{
background-color: #BDDDC0;
}
</style>
border-color css
<style>
span { border-color: #BDDDC0; }
span { border-color: rgb(189,221,192); }
td.TdClassName
{
border-color: #BDDDC0;
}
.TagClassName
{
border-color: #BDDDC0;
}
</style>