Shades of Sea Mist #BDDAC0
Tints of Sea Mist #BDDAC0
RGB
CMYK
RGB Variations
Color information
#BDDAC0 (or 0xBDDAC0) is known color: Sea Mist. HEX triplet: BD, DA and C0. RGB value is (189,218,192). Sum of RGB (Red+Green+Blue) = 189+218+192=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC0 is #42253F. Grayscale: #CECECE. Windows color (decimal): -4334912 or 12638909. OLE color: 12638909.
HSL color Cylindrical-coordinate representation of color #BDDAC0: hue angle of 126.21º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAC0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 192 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.15 |
| HSL | 126.21º | 0.28% | 0.8% | - |
| HSV(B) | 126.21º | 0.13% | 0.85% | - |
| XYZ | 55.57 | 64.77 | 59.44 | - |
| YUV | 206.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 192 | 0.13 | 0 | 0.12 | 0.15 | 126.21 | 0.28 | 0.8 |
| Hex | BD | DA | C0 | D | 0 | C | F | 7E | 1C | 50 |
| Octal | 275 | 332 | 300 | 15 | 0 | 14 | 17 | 176 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11000000 | 1101 | 0 | 1100 | 1111 | 1111110 | 11100 | 1010000 |
Color Harmonies of #BDDAC0
Complementary color
Monochromatic Colors of #BDDAC0
Black with #BDDAC0
Text Example
Text Example
White with #BDDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAC0; }
p { color: rgb(189,218,192); }
H1.HeaderClassName
{
color: #BDDAC0;
}
.AnyTagClassName
{
color: #BDDAC0;
}
</style>
background-color css
<style>
a { background-color: #BDDAC0; }
a { background-color: rgb(189,218,192); }
div.DivClassName
{
background-color: #BDDAC0;
}
.BgClassName
{
background-color: #BDDAC0;
}
</style>
border-color css
<style>
span { border-color: #BDDAC0; }
span { border-color: rgb(189,218,192); }
td.TdClassName
{
border-color: #BDDAC0;
}
.TagClassName
{
border-color: #BDDAC0;
}
</style>