Shades of Sea Mist #BDDEC0
Tints of Sea Mist #BDDEC0
RGB
CMYK
RGB Variations
Color information
#BDDEC0 (or 0xBDDEC0) is known color: Sea Mist. HEX triplet: BD, DE and C0. RGB value is (189,222,192). Sum of RGB (Red+Green+Blue) = 189+222+192=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC0 is #42213F. Grayscale: #D0D0D0. Windows color (decimal): -4333888 or 12639933. OLE color: 12639933.
HSL color Cylindrical-coordinate representation of color #BDDEC0: hue angle of 125.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEC0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 192 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.13 |
| HSL | 125.45º | 0.33% | 0.81% | - |
| HSV(B) | 125.45º | 0.15% | 0.87% | - |
| XYZ | 56.62 | 66.87 | 59.79 | - |
| YUV | 208.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 192 | 0.15 | 0 | 0.14 | 0.13 | 125.45 | 0.33 | 0.81 |
| Hex | BD | DE | C0 | F | 0 | E | D | 7D | 21 | 51 |
| Octal | 275 | 336 | 300 | 17 | 0 | 16 | 15 | 175 | 41 | 121 |
| Binary | 10111101 | 11011110 | 11000000 | 1111 | 0 | 1110 | 1101 | 1111101 | 100001 | 1010001 |
Color Harmonies of #BDDEC0
Complementary color
Monochromatic Colors of #BDDEC0
Black with #BDDEC0
Text Example
Text Example
White with #BDDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEC0; }
p { color: rgb(189,222,192); }
H1.HeaderClassName
{
color: #BDDEC0;
}
.AnyTagClassName
{
color: #BDDEC0;
}
</style>
background-color css
<style>
a { background-color: #BDDEC0; }
a { background-color: rgb(189,222,192); }
div.DivClassName
{
background-color: #BDDEC0;
}
.BgClassName
{
background-color: #BDDEC0;
}
</style>
border-color css
<style>
span { border-color: #BDDEC0; }
span { border-color: rgb(189,222,192); }
td.TdClassName
{
border-color: #BDDEC0;
}
.TagClassName
{
border-color: #BDDEC0;
}
</style>