Shades of Sea Mist #BDDBC0
Tints of Sea Mist #BDDBC0
RGB
CMYK
RGB Variations
Color information
#BDDBC0 (or 0xBDDBC0) is known color: Sea Mist. HEX triplet: BD, DB and C0. RGB value is (189,219,192). Sum of RGB (Red+Green+Blue) = 189+219+192=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC0 is #42243F. Grayscale: #CFCFCF. Windows color (decimal): -4334656 or 12639165. OLE color: 12639165.
HSL color Cylindrical-coordinate representation of color #BDDBC0: hue angle of 126º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBC0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 192 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.14 |
| HSL | 126º | 0.29% | 0.8% | - |
| HSV(B) | 126º | 0.14% | 0.86% | - |
| XYZ | 55.83 | 65.29 | 59.53 | - |
| YUV | 206.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 192 | 0.14 | 0 | 0.12 | 0.14 | 126 | 0.29 | 0.8 |
| Hex | BD | DB | C0 | E | 0 | C | E | 7E | 1D | 50 |
| Octal | 275 | 333 | 300 | 16 | 0 | 14 | 16 | 176 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11000000 | 1110 | 0 | 1100 | 1110 | 1111110 | 11101 | 1010000 |
Color Harmonies of #BDDBC0
Complementary color
Monochromatic Colors of #BDDBC0
Black with #BDDBC0
Text Example
Text Example
White with #BDDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBC0; }
p { color: rgb(189,219,192); }
H1.HeaderClassName
{
color: #BDDBC0;
}
.AnyTagClassName
{
color: #BDDBC0;
}
</style>
background-color css
<style>
a { background-color: #BDDBC0; }
a { background-color: rgb(189,219,192); }
div.DivClassName
{
background-color: #BDDBC0;
}
.BgClassName
{
background-color: #BDDBC0;
}
</style>
border-color css
<style>
span { border-color: #BDDBC0; }
span { border-color: rgb(189,219,192); }
td.TdClassName
{
border-color: #BDDBC0;
}
.TagClassName
{
border-color: #BDDBC0;
}
</style>