Shades of Sea Mist #BDD3C0
Tints of Sea Mist #BDD3C0
RGB
CMYK
RGB Variations
Color information
#BDD3C0 (or 0xBDD3C0) is known color: Sea Mist. HEX triplet: BD, D3 and C0. RGB value is (189,211,192). Sum of RGB (Red+Green+Blue) = 189+211+192=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C0 is #422C3F. Grayscale: #CACACA. Windows color (decimal): -4336704 or 12637117. OLE color: 12637117.
HSL color Cylindrical-coordinate representation of color #BDD3C0: hue angle of 128.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C0 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
RGB | 189 | 211 | 192 | - |
CMYK | 0.10 | 0 | 0.09 | 0.17 |
HSL | 128.18º | 0.2% | 0.78% | - |
HSV(B) | 128.18º | 0.1% | 0.83% | - |
XYZ | 53.79 | 61.21 | 58.85 | - |
YUV | 202.26 | 122.21 | 118.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 211 | 192 | 0.10 | 0 | 0.09 | 0.17 | 128.18 | 0.2 | 0.78 |
Hex | BD | D3 | C0 | A | 0 | 9 | 11 | 80 | 14 | 4E |
Octal | 275 | 323 | 300 | 12 | 0 | 11 | 21 | 200 | 24 | 116 |
Binary | 10111101 | 11010011 | 11000000 | 1010 | 0 | 1001 | 10001 | 10000000 | 10100 | 1001110 |
Color Harmonies of #BDD3C0
Complementary color
Monochromatic Colors of #BDD3C0
Black with #BDD3C0
Text Example
Text Example
White with #BDD3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD3C0; }
p { color: rgb(189,211,192); }
H1.HeaderClassName
{
color: #BDD3C0;
}
.AnyTagClassName
{
color: #BDD3C0;
}
</style>
background-color css
<style>
a { background-color: #BDD3C0; }
a { background-color: rgb(189,211,192); }
div.DivClassName
{
background-color: #BDD3C0;
}
.BgClassName
{
background-color: #BDD3C0;
}
</style>
border-color css
<style>
span { border-color: #BDD3C0; }
span { border-color: rgb(189,211,192); }
td.TdClassName
{
border-color: #BDD3C0;
}
.TagClassName
{
border-color: #BDD3C0;
}
</style>