Shades of Nebula #BACDC0
Tints of Nebula #BACDC0
RGB
CMYK
RGB Variations
Color information
#BACDC0 (or 0xBACDC0) is known color: Nebula. HEX triplet: BA, CD and C0. RGB value is (186,205,192). Sum of RGB (Red+Green+Blue) = 186+205+192=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDC0 is #45323F. Grayscale: #C5C5C5. Windows color (decimal): -4534848 or 12635578. OLE color: 12635578.
HSL color Cylindrical-coordinate representation of color #BACDC0: hue angle of 138.95º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACDC0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 192 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.20 |
| HSL | 138.95º | 0.16% | 0.77% | - |
| HSV(B) | 138.95º | 0.09% | 0.8% | - |
| XYZ | 51.6 | 57.91 | 58.33 | - |
| YUV | 197.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 192 | 0.09 | 0 | 0.06 | 0.20 | 138.95 | 0.16 | 0.77 |
| Hex | BA | CD | C0 | 9 | 0 | 6 | 14 | 8B | 10 | 4D |
| Octal | 272 | 315 | 300 | 11 | 0 | 6 | 24 | 213 | 20 | 115 |
| Binary | 10111010 | 11001101 | 11000000 | 1001 | 0 | 110 | 10100 | 10001011 | 10000 | 1001101 |
Color Harmonies of #BACDC0
Complementary color
Monochromatic Colors of #BACDC0
Black with #BACDC0
Text Example
Text Example
White with #BACDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDC0; }
p { color: rgb(186,205,192); }
H1.HeaderClassName
{
color: #BACDC0;
}
.AnyTagClassName
{
color: #BACDC0;
}
</style>
background-color css
<style>
a { background-color: #BACDC0; }
a { background-color: rgb(186,205,192); }
div.DivClassName
{
background-color: #BACDC0;
}
.BgClassName
{
background-color: #BACDC0;
}
</style>
border-color css
<style>
span { border-color: #BACDC0; }
span { border-color: rgb(186,205,192); }
td.TdClassName
{
border-color: #BACDC0;
}
.TagClassName
{
border-color: #BACDC0;
}
</style>