Shades of Sea Mist #BDDCC0
Tints of Sea Mist #BDDCC0
RGB
CMYK
RGB Variations
Color information
#BDDCC0 (or 0xBDDCC0) is known color: Sea Mist. HEX triplet: BD, DC and C0. RGB value is (189,220,192). Sum of RGB (Red+Green+Blue) = 189+220+192=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC0 is #42233F. Grayscale: #CFCFCF. Windows color (decimal): -4334400 or 12639421. OLE color: 12639421.
HSL color Cylindrical-coordinate representation of color #BDDCC0: hue angle of 125.81º degrees, saturation: 0.31, 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 #BDDCC0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 192 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.14 |
| HSL | 125.81º | 0.31% | 0.8% | - |
| HSV(B) | 125.81º | 0.14% | 0.86% | - |
| XYZ | 56.09 | 65.81 | 59.62 | - |
| YUV | 207.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 192 | 0.14 | 0 | 0.13 | 0.14 | 125.81 | 0.31 | 0.8 |
| Hex | BD | DC | C0 | E | 0 | D | E | 7E | 1F | 50 |
| Octal | 275 | 334 | 300 | 16 | 0 | 15 | 16 | 176 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11000000 | 1110 | 0 | 1101 | 1110 | 1111110 | 11111 | 1010000 |
Color Harmonies of #BDDCC0
Complementary color
Monochromatic Colors of #BDDCC0
Black with #BDDCC0
Text Example
Text Example
White with #BDDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC0; }
p { color: rgb(189,220,192); }
H1.HeaderClassName
{
color: #BDDCC0;
}
.AnyTagClassName
{
color: #BDDCC0;
}
</style>
background-color css
<style>
a { background-color: #BDDCC0; }
a { background-color: rgb(189,220,192); }
div.DivClassName
{
background-color: #BDDCC0;
}
.BgClassName
{
background-color: #BDDCC0;
}
</style>
border-color css
<style>
span { border-color: #BDDCC0; }
span { border-color: rgb(189,220,192); }
td.TdClassName
{
border-color: #BDDCC0;
}
.TagClassName
{
border-color: #BDDCC0;
}
</style>